Top "Google-chrome-extension" questions

Extension development for the Google Chrome web browser.

Modify HTTP responses from a Chrome extension

Is it possible to create a Chrome extension that modifies HTTP response bodies? I have looked in the Chrome Extension …

google-chrome-extension
Chrome developer tools: View Console and Sources views in separate views/vertically tiled?

Chrome developer tools: Is there a way to view the Console tab and the Sources tab in separate views? I …

google-chrome google-chrome-extension google-chrome-devtools
Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self'"

Im creating a chrome extension for Rss reader in that im getting the above error. please help manifest.json { "name": "…

google-chrome google-chrome-extension google-chrome-app
Google Chrome Extensions - Open New Tab when clicking a toolbar icon

How can I create an extension for Chrome that adds an icon to the toolbar, and when you click it, …

google-chrome google-chrome-extension
popup window in Chrome extension

I am writing a Chrome extension, and I want a login window to be popped up when users click on …

javascript google-chrome-extension popup
How do I auto-reload a Chrome extension I'm developing?

I'd like for my chrome extension to reload every time I save a file in the extension folder, without having …

javascript google-chrome google-chrome-extension
How do I transcode a Javascript string to ISO-8859-1?

I'm writing a Chrome extension that works with a website that uses ISO-8859-1. Just to give some context, what …

javascript utf-8 google-chrome-extension iso-8859-1 transcoding
How can I get the current tab URL for chrome extension?

I know there are many similar questions on SO, but I cannot seem to get it working. I am trying …

google-chrome google-chrome-extension
Injecting JS functions into the page from a Greasemonkey script on Chrome

I have a Greasemonkey script that works just fine in Firefox and Opera. I struggle with getting it to work …

javascript google-chrome google-chrome-extension greasemonkey userscripts
Extension refuses to load the script due to Content Security Policy directive

Following is my code of HTML Scripts: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"&…

jquery google-chrome google-chrome-extension content-security-policy