google-chrome-extension

Chrome : Install extension(crx) manually doesn't work anymore

自古美人都是妖i 提交于 2020-12-28 20:23:04
问题 We built a chrome extension to be used only inside our company by selective people. We do not want to publish this on chrome web store. We could do this before by just drag & drop the crx file in the extensions page. But in the latest version of chrome(i use 35.x), we are not able to do this anymore. Whenever we try to install the crx file, chrome automatically disables it and shows a message "This extension is not listed in the Chrome Web Store and may have been added without your knowledge"

Chrome : Install extension(crx) manually doesn't work anymore

北城余情 提交于 2020-12-28 20:13:59
问题 We built a chrome extension to be used only inside our company by selective people. We do not want to publish this on chrome web store. We could do this before by just drag & drop the crx file in the extensions page. But in the latest version of chrome(i use 35.x), we are not able to do this anymore. Whenever we try to install the crx file, chrome automatically disables it and shows a message "This extension is not listed in the Chrome Web Store and may have been added without your knowledge"

Chrome : Install extension(crx) manually doesn't work anymore

a 夏天 提交于 2020-12-28 20:12:35
问题 We built a chrome extension to be used only inside our company by selective people. We do not want to publish this on chrome web store. We could do this before by just drag & drop the crx file in the extensions page. But in the latest version of chrome(i use 35.x), we are not able to do this anymore. Whenever we try to install the crx file, chrome automatically disables it and shows a message "This extension is not listed in the Chrome Web Store and may have been added without your knowledge"

Chrome : Install extension(crx) manually doesn't work anymore

半世苍凉 提交于 2020-12-28 20:12:16
问题 We built a chrome extension to be used only inside our company by selective people. We do not want to publish this on chrome web store. We could do this before by just drag & drop the crx file in the extensions page. But in the latest version of chrome(i use 35.x), we are not able to do this anymore. Whenever we try to install the crx file, chrome automatically disables it and shows a message "This extension is not listed in the Chrome Web Store and may have been added without your knowledge"

Chrome : Install extension(crx) manually doesn't work anymore

非 Y 不嫁゛ 提交于 2020-12-28 20:10:25
问题 We built a chrome extension to be used only inside our company by selective people. We do not want to publish this on chrome web store. We could do this before by just drag & drop the crx file in the extensions page. But in the latest version of chrome(i use 35.x), we are not able to do this anymore. Whenever we try to install the crx file, chrome automatically disables it and shows a message "This extension is not listed in the Chrome Web Store and may have been added without your knowledge"

How to change the locale in chrome browser

倾然丶 夕夏残阳落幕 提交于 2020-12-27 07:55:07
问题 I want to change Accept-language request header to anything I wanted in chrome, is there any extension or plugin where I can do it. I want to be able to change locale and language both. Main requirement is changing the locale. 回答1: Open chrome, go to chrome://settings/languages On the left, you should see a list of languages. Use mouse to drag the language you want to the top, that will change the order for the values in Accept-language of requests. If you still don't see the language you

Chrome: Get active tab console output?

£可爱£侵袭症+ 提交于 2020-12-26 04:01:11
问题 I'm creating a custom Chrome extension, which is going to retrieve data about an active tab before sending it to a secondary website. I've been trying to find a method on how to retrieve the console output for an active tab. chrome.tabs.getSelected seemed promising at first, however, it doesn't offer an output of the console text. I've been digging for couple of hours without much success of finding a method that could give me this info. Could anyone point me in the right direction please?

how I can change default icon in chrome extension?

牧云@^-^@ 提交于 2020-12-24 07:14:34
问题 Here I am working with chrome extension development. my manifest.json page as show { "name": "DemoExtension", "version": "1.0", "description": "Official addon from demeo", "browser_action": { "default_icon": "star-on.png", "popup": "shopcmp.htm" }, "permissions": [ "tabs" ], "background_page": "background.html" } Here I want to change my default icon image at runtime. 回答1: If you want to change the browser action default icon, just change "browser_action": { "default_icon": "star-on.png", //<

how I can change default icon in chrome extension?

时光怂恿深爱的人放手 提交于 2020-12-24 07:13:04
问题 Here I am working with chrome extension development. my manifest.json page as show { "name": "DemoExtension", "version": "1.0", "description": "Official addon from demeo", "browser_action": { "default_icon": "star-on.png", "popup": "shopcmp.htm" }, "permissions": [ "tabs" ], "background_page": "background.html" } Here I want to change my default icon image at runtime. 回答1: If you want to change the browser action default icon, just change "browser_action": { "default_icon": "star-on.png", //<

how I can change default icon in chrome extension?

让人想犯罪 __ 提交于 2020-12-24 07:11:49
问题 Here I am working with chrome extension development. my manifest.json page as show { "name": "DemoExtension", "version": "1.0", "description": "Official addon from demeo", "browser_action": { "default_icon": "star-on.png", "popup": "shopcmp.htm" }, "permissions": [ "tabs" ], "background_page": "background.html" } Here I want to change my default icon image at runtime. 回答1: If you want to change the browser action default icon, just change "browser_action": { "default_icon": "star-on.png", //<