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\/*"
]
}
]
} | |