I\'m exploring Google Chrome extensions for the first time. I would like to create what appears as a toolbar along the top of the page when y开发者_开发百科ou click the extension icon, much like the S
I am trying to make a simple Google Chrome extension - like finding a specific e开发者_开发百科lement on the page and display an alert.
I like to delete some cookies stored in Goog开发者_运维技巧le Chrome(localhost). I know I can access them from the preferences but I need a lot of clicks to achieve this. I would love to know how you
I need to store passwords in the HTML5 LocalStorage (No, I 开发者_Go百科can\'t use hashes and I can\'t ask the user to type his password).
I\'m having trouble recreating the issue in jsbin without giving away project-specific details (I\'m using JSON from an API),开发者_开发知识库 but I\'m running into an issue that I can\'t seem to get
I have been working on creating an application that sends a string from an android phone to a server and from there sending it to a Chrome extension. I am sitting with a few options to continue, I can
Is it possible to use geolocation API in chrome extension without including the \"geoloc开发者_运维问答ation\" permission in manifest.json?
I\'m writing some custom chrome extensions to reformat certain sites.I\'m having lots of luck with simply hiding things, however I\'ve run into a problem trying to adjust a right-margin on something.V
I am trying to read Google chrome extension static html file in my content script and load it into div as follows:
I am confused. I\'am trying to make little chrome extension (popup) and I need connect to remoted API.