Insert jQuery
Quickly add jQuery to any page from the context menu.
Qu'est-ce que Insert jQuery ?
Insert jQuery est une extension Chrome développée par sionide21, et sa fonction principale est "Quickly add jQuery to any page from the context menu.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Insert jQuery
Téléchargez les fichiers d'extension Insert jQuery au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Quickly add jQuery to any page from the context menu. Simply right-click on the page and click "Inject jQuery"
Informations de Base sur l'Extension
Nom | Insert jQuery |
ID | bbijckmpcapmeonjbfcccedigjalnchd |
URL Officiel | https://chromewebstore.google.com/detail/insert-jquery/bbijckmpcapmeonjbfcccedigjalnchd |
Description | Quickly add jQuery to any page from the context menu. |
Taille du Fichier | 24.91 KB |
Nombre d'Installations | 231 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2013-12-08 |
Date de Publication | 2013-12-08 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | sionide21 |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/sionide21/Insert-jQuery |
Langues Prises en Charge | 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" ] } |