JSFiddle Default Library To jQuery extension to automatically select jQuery library when you go to JSFiddle.Net website.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
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/*"
]
}
]
}