JSFiddle Default Library to JQuery

JSFiddle Default Library To jQuery extension to automatically select jQuery library when you go to JSFiddle.Net website.

What is JSFiddle Default Library to JQuery?

JSFiddle Default Library to JQuery is a Chrome extension developed by http://noelarlante.com, and its main feature is "JSFiddle Default Library To jQuery extension to automatically select jQuery library when you go to JSFiddle.Net website.".

Download JSFiddle Default Library to JQuery Extension CRX File

Download JSFiddle Default Library to JQuery extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        JSFiddle Default Library To jQuery extension to automatically select jQuery library when you go to JSFiddle.Net website.                    

Extension Basic Information

Name JSFiddle Default Library to JQuery JSFiddle Default Library to JQuery
ID opddpjoaoaomodkdanlpffpjelpiknaj
Official URL https://chrome.google.com/webstore/detail/jsfiddle-default-library/opddpjoaoaomodkdanlpffpjelpiknaj
Description JSFiddle Default Library To jQuery extension to automatically select jQuery library when you go to JSFiddle.Net website.
File Size 3.52 KB
Installation Count 34
Current Version 1
Last Updated 2014-09-19
Publish Date 2014-09-19
Rating 4.50/5 Total 2 Ratings
Developer http://noelarlante.com
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSFiddle Default Library to JQuery",
    "version": "1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "jsfiddle.changedefault.user.js"
            ],
            "matches": [
                "http:\/\/jsfiddle.net\/*"
            ]
        }
    ]
}