Insert jQuery
Quickly add jQuery to any page from the context menu.
Cos'è Insert jQuery?
Insert jQuery è un'estensione di Chrome sviluppata da sionide21, e la sua funzione principale è "Quickly add jQuery to any page from the context menu.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Insert jQuery
Scarica i file di estensione Insert jQuery in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Quickly add jQuery to any page from the context menu.
Simply right-click on the page and click "Inject jQuery" Informazioni di Base sull'Estensione
| Nome | |
| ID | bbijckmpcapmeonjbfcccedigjalnchd |
| URL Ufficiale | https://chromewebstore.google.com/detail/insert-jquery/bbijckmpcapmeonjbfcccedigjalnchd |
| Descrizione | Quickly add jQuery to any page from the context menu. |
| Dimensione del File | 24.91 KB |
| Conteggio Installazioni | 231 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2013-12-08 |
| Data di Pubblicazione | 2013-12-08 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | sionide21 |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/sionide21/Insert-jQuery |
| Lingue Supportate | 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"
]
} | |