My chrome extension needs to modify certain css rules on user\'s page. Accessing styles via document.styleSheets only gives access to styles linked from within the same domain. Other elements of docum
I\'m trying to write a userscript/Chrome extension to capture JSON data being sent while using a web service so that I can reformat it and display selected portion on page. Currently the JSON is sent
My google chrome extension needs to wrap content of certain elements on page user is browsing into custom element, say, <xelem>original content</xelem>. This change should not make any vis
I\'m trying to write a Chrome extension that will have a bar at the top of certain webpages.If I have my content script like this:
I am trying to make a google extension that basically checks the current tab URL to see if the URL is our prefix, so far I have this in my background.html (I have tab and background permissions set in
I\'m trying to develop a Chrome extension where you press a keyboard shortcut and the URL will load in a new window, but I can only get the URL to open in the same tab.
I work in a environment where I have to change a ip-adress in the hosts-file a lot. The situation: MyDomain.com runs local for development and on a public ip adress. I would like to add a button t开
I want to add a little something to my chrome extension. What I want to do, is everytime I click in an input field in chr开发者_开发知识库ome I want the color (background) to change, Only for that per
follow-up to this. I\'m almost there. But there\'s one problem. When i enter sites at options page and click save button, contextmenu items are not updated.
After dabbling in Chrome Extens开发者_运维技巧ions I\'ve noticed that when the data inside the Page Action gets to a certain point the scroll bars automatically attach themselves to the popup, this I