JSFiddle Default Library to JQuery
JSFiddle Default Library To jQuery extension to automatically select jQuery library when you go to JSFiddle.Net website.
什么是JSFiddle Default Library to JQuery?
JSFiddle Default Library to JQuery是由http://noelarlante.com开发的Chrome扩展程序,该扩展的主要功能是“JSFiddle Default Library To jQuery extension to automatically select jQuery library when you go to JSFiddle.Net website.”。
下载JSFiddle Default Library to JQuery扩展crx文件
下载JSFiddle Default Library to JQuery扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
JSFiddle Default Library To jQuery extension to automatically select jQuery library when you go to JSFiddle.Net website. 扩展基本信息
| 名称 | |
| ID | opddpjoaoaomodkdanlpffpjelpiknaj |
| 官方URL | https://chrome.google.com/webstore/detail/jsfiddle-default-library/opddpjoaoaomodkdanlpffpjelpiknaj |
| 简介 | JSFiddle Default Library To jQuery extension to automatically select jQuery library when you go to JSFiddle.Net website. |
| 文件大小 | 3.52 KB |
| 安装次数 | 34 |
| 当前版本 | 1 |
| 更新时间 | 2014-09-19 |
| 上架时间 | 2014-09-19 |
| 评分 | 4.50/5 共2次评分 |
| 开发者 | http://noelarlante.com |
| 付费类型 | free |
| 支持的语言 | 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\/*"
]
}
]
} | |