google-chrome-extension
Chromium with pre-installed extensions
How do I go about creating and distributing a custom Chromium web browser? It should be identical to开发者_如何转开发 the Google version except that some extensions are pre-installed. It should still[详细]
2023-04-05 04:06 分类:问答Chrome Extension to change innerText using Content Script
I 开发者_C百科want to change the text of a h2 on a page using a Chrome extension using a content script I have the extension set up and I have a script.js file that is being loaded for my content scri[详细]
2023-04-04 18:38 分类:问答CSS gets messed when script is injected
I built an extension which, whenever user visits some specific sites, I inject my script on the top of there web pages. I used[详细]
2023-04-04 17:57 分类:问答Modify url location in chrome extensions & stop the initial request
I\'ve made an extension who\'s purpose is to redirect urls. I.e: www.google.com becomes: www.mysite.com/?url=www.google.com[详细]
2023-04-04 11:21 分类:问答Chrome Extension Development - POST to new tab
Is there an easy solution to POST dynamically aggregated data into a new tab? chrome.tabs.create does not have a \'POST\' option. Normally I would use[详细]
2023-04-04 11:17 分类:问答Use jquery to get data from a csv file through http response
I use the jquery get method to get a response from the server. $.get($url, function(data){ alert(data);[详细]
2023-04-04 07:58 分类:问答Extend google chrome element inspector with jquery data viewer
I use firebu开发者_JS百科g for javascript debug. But on large projects, he begins to stutter. In this regard, google chrome dev tools looks better - it\'s faster.[详细]
2023-04-04 06:44 分类:问答Chrome extension using sidebar
I\'ve been having a look at Chrome extensions and I\'d like to create an extension that interacts with a web page using a sidebar. So, user clicks button to launch extension, and the current page spli[详细]
2023-04-04 03:06 分类:问答Applying google plus one src to iframe in chrome extension
I\'ve been working on a chrome extension just for a bit of fun and trying to learn a bit more javascript to add the +1 button to Google Buzz posts.[详细]
2023-04-04 02:01 分类:问答Using Java/Python libraries in programming Firefox/Chrome Extensions
I have an idea of studying user behavior on the browser, for which I intend to make a Chrome/Firefox extension to study the behavior dynamically. I have some predefined libraries in Java and Python to[详细]
2023-04-04 00:52 分类:问答