jQuery Everywhere
Inject jQuery To Current Page
jQuery Everywhereとは何ですか?
jQuery Everywhereはfourcelsによって開発されたChromeの拡張機能で、その主な機能は「Inject jQuery To Current Page」です。
拡張機能のスクリーンショット
jQuery Everywhere拡張機能のCRXファイルをダウンロード
jQuery Everywhere拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | jQuery Everywhere |
ID | ohkbcepjafdlfgmhabeijbaaplfplemc |
公式URL | https://chromewebstore.google.com/detail/jquery-everywhere/ohkbcepjafdlfgmhabeijbaaplfplemc |
説明 | Inject jQuery To Current Page |
ファイルサイズ | 183 KB |
インストール数 | 70 |
現在のバージョン | 0.5 |
最終更新日 | 2015-06-25 |
公開日 | 2015-06-25 |
開発者 | fourcels |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "jQuery Everywhere", "description": "Inject jQuery To Current Page", "version": "0.5", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "default_title": "click for injecting jQuery" }, "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "js\/libs\/jquery.min.js" ], "manifest_version": 2 } |