Insert jQuery
Quickly add jQuery to any page from the context menu.
Insert jQueryとは何ですか?
Insert jQueryはsionide21によって開発されたChromeの拡張機能で、その主な機能は「Quickly add jQuery to any page from the context menu.」です。
拡張機能のスクリーンショット
Insert jQuery拡張機能のCRXファイルをダウンロード
Insert jQuery拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quickly add jQuery to any page from the context menu. Simply right-click on the page and click "Inject jQuery"
拡張機能の基本情報
名前 | Insert jQuery |
ID | bbijckmpcapmeonjbfcccedigjalnchd |
公式URL | https://chromewebstore.google.com/detail/insert-jquery/bbijckmpcapmeonjbfcccedigjalnchd |
説明 | Quickly add jQuery to any page from the context menu. |
ファイルサイズ | 24.91 KB |
インストール数 | 231 |
現在のバージョン | 1.0.0 |
最終更新日 | 2013-12-08 |
公開日 | 2013-12-08 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | sionide21 |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/sionide21/Insert-jQuery |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Insert jQuery", "version": "1.0.0", "description": "Quickly add jQuery to any page from the context menu.", "icons": { "16": "icons\/logo16.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" }, "background": { "scripts": [ "insert-jquery.js" ] }, "web_accessible_resources": [ "snippets\/appendScript.js" ], "permissions": [ "activeTab", "contextMenus" ] } |