I made an extension for google chrome but I don\'t like what the market put as a warning :( This extension may have access to:
I\'m trying to add a \"share\" feature to (my own) Google Chrome Extension but I\'ve stumbled across issues with variables and URLs (I\'m useless when it comes to JavaScript).
If I install and then uninstall our extension through the registry everything works fine. But if I install it through the registry and then uninstall it through the browser extensions page the browser
here is the manifest file { \"name\": \"NSHQ ChatBox\", \"version\": \"0.1\", \"description\": \"NSHQ Chat.\",
Since ajax is used widely today, many page contents are loaded asynchronously. Is there any way to know something is loaded after all DOMs are loaded? For example, whole page is loaded, but some image
This question already has answers here: How do I return the response from an asynchronous call? (41 answers)
I\'m trying to clean some preferences files when a user uninstall my extension from chrome browser. On google website, http://code.google.com/chrome/extensions/external_extensions.html
How do you go about pulling all links (hyper and text) from the page being viewed into popu开发者_StackOverflow中文版p.html once it is launched? I want to make these appear in a textbox within popup.h
I\'m currently developing a simple javascript extension for Chrome. The problem is simple but probably unfixable, but still here\'s the issue:
I\', doing my first Chrome extension and i\'m having some problems sending mails (without form) cause i cant\'t do it only with html+javascript and Chrome dont provide any tool to do it.