javascript Programming Glossary: extension
After calling chrome.tabs.query, the results are not available http://stackoverflow.com/questions/11688171/after-calling-chrome-tabs-query-the-results-are-not-available the results are not available I'm creating learning an extension for Google Chrome. To debug some code I inserted console.log.. Any idea why javascript asynchronous google chrome extension breakpoints google chrome devtools share improve this question..
Bundler not including .min files http://stackoverflow.com/questions/11980458/bundler-not-including-min-files weird issue with the mvc4 bundler not including files with extension .min.js In my BundleConfig class I declare public static void..
What browsers support HTML5 WebSocket API? [closed] http://stackoverflow.com/questions/1253683/what-browsers-support-html5-websocket-api prefixed MozWebSocket IE 9 via downloadable Silverlight extension HyBi 10 Chrome 14.0 15.0 Firefox 7.0 8.0 9.0 10.0 prefixed MozWebSocket..
How can I get jQuery to perform a synchronous, rather than asynchronous, AJAX request? http://stackoverflow.com/questions/133310/how-can-i-get-jquery-to-perform-a-synchronous-rather-than-asynchronous-ajax-re I have a javascript widget which provides standard extension points. One of them is the beforecreate function. It should..
How to initialize javascript date to a particular timezone http://stackoverflow.com/questions/15141762/how-to-initialize-javascript-date-to-a-particular-timezone WallTime js TimeZoneJS tz.js Moment timezone is an extension to moment.js and requires moment.js 2.1.0 which is now stable...
How to “properly” create a custom object in JavaScript? http://stackoverflow.com/questions/1595611/how-to-properly-create-a-custom-object-in-javascript to built classes. There are a few refinements and extensions we can consider under this model. For example here is a syntactical.. this arguments Point.subclass Shape So a common extension is to break out the initialisation stuff into its own function..
What is JSONP all about? http://stackoverflow.com/questions/2067472/what-is-jsonp-all-about for JSONP. It says JSONP or JSON with padding is a JSON extension wherein a prefix is specified as an input argument of the call..
Is there a jQuery DOM change listener? http://stackoverflow.com/questions/2844565/is-there-a-jquery-dom-change-listener Since the scripts are separate content script in chrome extension webpage script I need a way simply observe changes in DOM state... but that seems sloppy. javascript jquery google chrome extension share improve this question Edit This answer is now deprecated... See the answer by apsillers . Since this is for a Chrome extension you might as well use the standard DOM event DOMSubtreeModified..
Does IE9 support console.log, and is it a real function? http://stackoverflow.com/questions/5472938/does-ie9-support-console-log-and-is-it-a-real-function The console object is not part of any standard and is an extension to the Document Object Model. Like other DOM objects it is considered.. ECMAScript types. As the developer tools are considered an extension to IE albeit a built in extension they clearly didn't receive.. tools are considered an extension to IE albeit a built in extension they clearly didn't receive the same improvements as the rest..
YouTube iframe API: how do I control a iframe player that's already in the HTML? http://stackoverflow.com/questions/7443578/youtube-iframe-api-how-do-i-control-a-iframe-player-thats-already-in-the-html method. To know which arguments to pass I created a Chrome extension which intercepts messages. The source code for the extension.. which intercepts messages. The source code for the extension can be downloaded here . Q What browsers are supported A Every..
Building a Chrome Extension - Inject code in a page using a Content script http://stackoverflow.com/questions/9515704/building-a-chrome-extension-inject-code-in-a-page-using-a-content-script using a Content script I'm learning how to create chrome extensions and I just started developing one to catch youtube events... am I doing wrong javascript google chrome google chrome extension youtube api content script share improve this question Content.. a special event handler as described in this answer Chrome extension retrieving Gmail's original message . Otherwise if you don't..
How to detect Safari, Chrome, IE, Firefox and Opera browser? http://stackoverflow.com/questions/9847580/how-to-detect-safari-chrome-ie-firefox-and-opera-browser Chrome IE Firefox and Opera browser I have 5 addons extensions for FF Chrome IE Opera and Safari. I need the code to recognize.. as showing browser specific instructions to install an extension. Use feature detection when possible. Demo http jsfiddle.net..
Chrome extension adding external javascript to current page's html http://stackoverflow.com/questions/10285886/chrome-extension-adding-external-javascript-to-current-pages-html 1.0 manifest_version 2 description The Website Safety Extension. browser_action name View the website information for default_icon.. 1.0 manifest_version 2 description The Website Safety Extension. permissions tabs http https content_scripts matches all_urls..
Chrome Extension: Port error: Could not establish connection. Receiving end does not exist. http://stackoverflow.com/questions/11811554/chrome-extension-port-error-could-not-establish-connection-receiving-end-does Extension Port error Could not establish connection. Receiving end does..
Creating dynamic context menu in Chrome Extension is failing http://stackoverflow.com/questions/13202896/creating-dynamic-context-menu-in-chrome-extension-is-failing dynamic context menu in Chrome Extension is failing I am trying to create entries on the Chrome context..
Scrape / eavesdrop AJAX data using JavaScript? http://stackoverflow.com/questions/13765031/scrape-eavesdrop-ajax-data-using-javascript explanation plus examples of usage Building a Chrome Extension Inject code in a page using a Content script . A general method..
How to write FireFox extension with Visual Studio using C# programming language? http://stackoverflow.com/questions/1680965/how-to-write-firefox-extension-with-visual-studio-using-c-sharp-programming-lang would be very helpful. Here is an example of what I need. Extension to enter phone number and to send SMS Message. I draw it in.. above https developer.mozilla.org en Building 5Fan 5FExtension https developer.mozilla.org en Extension 5FFrequently 5FAsked.. Building 5Fan 5FExtension https developer.mozilla.org en Extension 5FFrequently 5FAsked 5FQuestions share improve this answer..
Altering HTTP Responses in Firefox Extension http://stackoverflow.com/questions/1695440/altering-http-responses-in-firefox-extension HTTP Responses in Firefox Extension How can I alter the HTTP response body in a Firefox extension..
Contexts and methods for communication between the browser action, background scripts, and content scripts of chrome extensions? http://stackoverflow.com/questions/17246133/contexts-and-methods-for-communication-between-the-browser-action-background-sc you can distinguish three different environments. Extension code runs in the process of your Chrome extension Background..
Chrome extension: How to save a file on disk http://stackoverflow.com/questions/2153979/chrome-extension-how-to-save-a-file-on-disk how to save file on disk with JS or with Google Chrome Extension API. Have you got an idea javascript google chrome google chrome..
Event onBrowserClose for Google Chrome? http://stackoverflow.com/questions/3390470/event-onbrowserclose-for-google-chrome this question There is no such event in the Chrome Extension API. There is however a chrome.windows.onRemoved event that..
What does jQuery.fn mean? http://stackoverflow.com/questions/4083351/what-does-jquery-fn-mean init function ... ... expose the library window.foo foo Extension foo.fn.myPlugin function alert this.myArg return this return..
Making a Chrome Extension download a file http://stackoverflow.com/questions/4845215/making-a-chrome-extension-download-a-file a Chrome Extension download a file I am creating an extension that will download..
How to use jQuery in Firefox Extension http://stackoverflow.com/questions/491490/how-to-use-jquery-in-firefox-extension to use jQuery in Firefox Extension I want to use jQuery inside a firefox extension I imported.. this script type application x javascript src chrome myExtension content jquery.js script but the function is not recognized..
How to implement file upload progress bar on web? http://stackoverflow.com/questions/49564/how-to-implement-file-upload-progress-bar-on-web
How to wait until an element exists? http://stackoverflow.com/questions/5525071/how-to-wait-until-an-element-exists to wait until an element exists I'm working on an Extension in Chrome and I'm wondering what's the best way to find out..
How to inject CSS into webpage through Chrome extension? http://stackoverflow.com/questions/7619095/how-to-inject-css-into-webpage-through-chrome-extension http clients2.google.com service update2 crx name Test Extension version 1.0 description This is a test extension for Google..
XMLHttpRequest: Multipart/Related POST with XML and image as payload http://stackoverflow.com/questions/8262266/xmlhttprequest-multipart-related-post-with-xml-and-image-as-payload with Metadata to Picasa Webalbums from within a Chrome Extension. Note that a regular post with Content Type image xyz works..
How to disable facebook hotkeys with Chrome extension? http://stackoverflow.com/questions/8982312/how-to-disable-facebook-hotkeys-with-chrome-extension that runs from a content script as part of a Chrome Extension is run in a sandbox that does not have access to the JavaScript..
Building a Chrome Extension - Inject code in a page using a Content script http://stackoverflow.com/questions/9515704/building-a-chrome-extension-inject-code-in-a-page-using-a-content-script a Chrome Extension Inject code in a page using a Content script I'm learning how.. to make it compatible with html5 . manifest.json name MyExtension version 1.0 description Gotta catch Youtube events permissions..
|