google-chrome-extension
Add search box for getting started search box
I want to add a search box for getting started example (Hello, World) on chrom extensionshttp://code.google.com/chrome/extensions/getstarted.html, I was able to add a search box so I can change the wo[详细]
2023-04-10 12:52 分类:问答Chrome extension: content script to run on all pages, and another to only run on one page
I\'m writing a Chrome extension that needs to do the following: inject a content script into the current (any) page when the popup fires[详细]
2023-04-10 11:20 分类:问答Access chrome extension from a web app
I wonder if anybody can lay out the general logic of what I should do to achieve the following: I h开发者_StackOverflow社区ave an extension for Chrome, that gets a list of user\'s bookmarks.[详细]
2023-04-10 08:53 分类:问答Can I write into Google Chrome Url Address bar using an extention ?
Can I create开发者_Go百科 a Google chrome extension to change the URL of Google Chrome URL address bar?[详细]
2023-04-10 07:33 分类:问答input type="file" is not opening the file browser from Chrome Extension
I\'m not sure if it\'s a bug or something simple that I just missed... Here is a simple test case. The index.html is:[详细]
2023-04-10 06:46 分类:问答Access local files through Google chrome extension?
I need to load a list of names into my google chrome extension 开发者_高级运维from a local file,[详细]
2023-04-10 03:58 分类:问答Chrome Extension: Grab DOM content for parsing
I\'m developing a Chrome extension that simply scans the DOM for phrases. The only thing I need help with is grabbing the DOM content with popup, I can\'t find a way开发者_运维问答 to return the cont[详细]
2023-04-10 03:20 分类:问答Inserting html into the current tab through chrome extention?
I am trying to insert some extra code into the current tab page in chrome using an extension i.e add a submit button on top o开发者_StackOverflowf the page. Where does this go? and how would I initial[详细]
2023-04-09 22:22 分类:问答Performing post through Chrome extension, where does it go?
I want the below code to execute when I push the button I have added to my chrome browser through my开发者_如何学C extension:[详细]
2023-04-09 15:38 分类:问答Options for communicating between Chrome Extension and Embedding Page's Javascript
I am monitoring browser events such as when a new tab is created. My extension needs to display these browser events in the new tab page.[详细]
2023-04-09 12:35 分类:问答