Insert jQuery
Quickly add jQuery to any page from the context menu.
Vad är Insert jQuery?
Insert jQuery är en Chrome-tillägg utvecklad av sionide21, och dess huvudfunktion är "Quickly add jQuery to any page from the context menu.".
Tilläggsskärmbilder
Ladda ner Insert jQuery-förlängningens CRX-fil
Ladda ner Insert jQuery-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Quickly add jQuery to any page from the context menu. Simply right-click on the page and click "Inject jQuery"
Grundläggande Information om Tillägg
Namn | Insert jQuery |
ID | bbijckmpcapmeonjbfcccedigjalnchd |
Officiell webbadress | https://chromewebstore.google.com/detail/insert-jquery/bbijckmpcapmeonjbfcccedigjalnchd |
Beskrivning | Quickly add jQuery to any page from the context menu. |
Filstorlek | 24.91 KB |
Antal Installationer | 231 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2013-12-08 |
Publiceringsdatum | 2013-12-08 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | sionide21 |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/sionide21/Insert-jQuery |
Stödda Språk | 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" ] } |