I need to create CRX file on the fly. It\'s for my CMS backend, so it will be just for authenticated users who can install CMS backend as webapp and offer some more privileges to the web app. The prob
I\'ve written a Chrome browser extension that uses Ajax to post data to an MVC3 controller.To make sure that the controller code works, I first wrote a Razor 开发者_JAVA百科web page to prototype the a
I am writing a small Chrome extension and in my background.html I have the following: <script type=\"text/javascript\" src=\"jquery.js\"></script>
I want to use localStorage[\"something\"] = item; but the script is loaded in every page, which creates 开发者_开发技巧files like:
Is there any chrome or firefox ex开发者_运维知识库tension that allows javascript to create write files in client\'s PC?What do you want to do?
I\'m using the following code... var result = document.evaluate(expr,context,null,9,null); When printing the result I get the following error...
In a chrome Extension , How to make chrome remember the tab information that can be used by other tabs.
I\'m wondering how do I get the window of a frame element? The function for what I\'m looking for in Firefox would be...
What is the simplest way to send text data from chro开发者_运维技巧me\'s javascript (running in a extension) and my external app? I saw XHR, but I don\'t want to use it cause it can be blocked by fire
Is there way to run native C/C++/Obj-C within a google chrome extension, The official page says extension are like other web pages, as i see it there is no way except Native Client(NaCl). Is t开发者_S