google-chrome-app

Webview showing blank page after recent chrome update

随声附和 提交于 2020-03-26 03:39:08
问题 I know this problem has been already asked before but I am not able to solve it. I'm trying to play embed video URL on the Webview and filter other bad URLs through shouldOverrideUrlLoading.Whenever the embed video play icon is clicked, about blank is called and a blank page is loaded.Previously before the update, everything was working normally and all of a sudden I faced this problem. The problem is only seen on some of the devices. Here is my Webview code: WebSettings webSettings =

Webview showing blank page after recent chrome update

前提是你 提交于 2020-03-26 03:38:27
问题 I know this problem has been already asked before but I am not able to solve it. I'm trying to play embed video URL on the Webview and filter other bad URLs through shouldOverrideUrlLoading.Whenever the embed video play icon is clicked, about blank is called and a blank page is loaded.Previously before the update, everything was working normally and all of a sudden I faced this problem. The problem is only seen on some of the devices. Here is my Webview code: WebSettings webSettings =

How can I enable my chrome extension in incognito mode?

邮差的信 提交于 2020-03-07 07:08:05
问题 I created an extension for Google Chrome and would like to know if it is possible for my extension to be enabled in incognito mode. Ex: chrome.extension ...... allowedIncognitoAccess = true 回答1: It's not possible to automatically activate incognito mode for Chrome extensions. Instead of letting the user figure out where the option can be found, just instruct the user to put a check on the checkbox at the extension. To detect whether incognito is enabled, use the chrome.extension

Is it possible to perform a partial roll out in the Chrome web store?

你说的曾经没有我的故事 提交于 2020-02-14 08:08:52
问题 This comment mentions a partial roll out in Chrome Web Store. Where can I find that feature? My extension has more than 8,000 users but I don't see any partial roll out feature and I'm afraid to send the next version to all users at the same time. 回答1: I don't think it's documented anywhere . And I was wrong! Documentation link: Control how fast your app reaches users. In CWS lingo this is called "Controlled Rollout". If you don’t see the max deploy percentage control, it may be because of

What is Native Messaging between applications and how does it work?

时光总嘲笑我的痴心妄想 提交于 2020-01-22 12:29:25
问题 The Chrome developer docs refer to something called Native Messaging to communicate with other desktop applications directly from the Chrome extension or app. How can I tell when a desktop app has such native messaging available and what kind of communication it can accept? Is there a way to get the application to expose what it will communicate about? If I needed to talk to the original developers of that desktop app, is this even the most common terminology (native messaging) so they

Run chrome application from a web site button

冷暖自知 提交于 2020-01-22 01:43:06
问题 I have a requirement to launch a chrome application from a web page button click . I have found the following resources,' Run Google Chrome application from url Activate chrome app from web page? How can I launch a Chrome Packaged App through javascript? Which suggests to use externally_connectable and url_handlers but doesn't seem to work. Is there a proper way I could launch a chrome application via button click on web page by calling the chrome app extension id ?. I am new to this field

Can we retrieve our machine serial number in our chrome extension?

最后都变了- 提交于 2020-01-21 20:47:49
问题 Can we retrieve our machine serial number in our chrome extension? For example I can get the serial number in windows by executing following command in the shell wmic bios get serialnumber How can I fetch this serial number in my chrome extension? 回答1: No. Chrome extensions are designed to protect user privacy to the greatest practical extent, and one component of user privacy is controlling the ability of code to "fingerprint" the user. Read the EFF's discussion of fingerprinting for more. I

Can we retrieve our machine serial number in our chrome extension?

对着背影说爱祢 提交于 2020-01-21 20:43:48
问题 Can we retrieve our machine serial number in our chrome extension? For example I can get the serial number in windows by executing following command in the shell wmic bios get serialnumber How can I fetch this serial number in my chrome extension? 回答1: No. Chrome extensions are designed to protect user privacy to the greatest practical extent, and one component of user privacy is controlling the ability of code to "fingerprint" the user. Read the EFF's discussion of fingerprinting for more. I

Can we retrieve our machine serial number in our chrome extension?

喜欢而已 提交于 2020-01-21 20:43:40
问题 Can we retrieve our machine serial number in our chrome extension? For example I can get the serial number in windows by executing following command in the shell wmic bios get serialnumber How can I fetch this serial number in my chrome extension? 回答1: No. Chrome extensions are designed to protect user privacy to the greatest practical extent, and one component of user privacy is controlling the ability of code to "fingerprint" the user. Read the EFF's discussion of fingerprinting for more. I

Can we retrieve our machine serial number in our chrome extension?

ぐ巨炮叔叔 提交于 2020-01-21 20:43:10
问题 Can we retrieve our machine serial number in our chrome extension? For example I can get the serial number in windows by executing following command in the shell wmic bios get serialnumber How can I fetch this serial number in my chrome extension? 回答1: No. Chrome extensions are designed to protect user privacy to the greatest practical extent, and one component of user privacy is controlling the ability of code to "fingerprint" the user. Read the EFF's discussion of fingerprinting for more. I