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 |
| 官方網址 | 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\/*"
]
}
]
} | |