Insert jQuery
Quickly add jQuery to any page from the context menu.
Wat is Insert jQuery?
Insert jQuery is een Chrome-extensie ontwikkeld door sionide21, en de belangrijkste functie is "Quickly add jQuery to any page from the context menu.".
Extensie Screenshots
Download het CRX-bestand van de extensie Insert jQuery
Download Insert jQuery-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Quickly add jQuery to any page from the context menu. Simply right-click on the page and click "Inject jQuery"
Basisinformatie over de Extensie
Naam | Insert jQuery |
ID | bbijckmpcapmeonjbfcccedigjalnchd |
Officiële URL | https://chromewebstore.google.com/detail/insert-jquery/bbijckmpcapmeonjbfcccedigjalnchd |
Beschrijving | Quickly add jQuery to any page from the context menu. |
Bestandsgrootte | 24.91 KB |
Aantal Installaties | 231 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2013-12-08 |
Publicatiedatum | 2013-12-08 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | sionide21 |
Betalingswijze | free |
Extensiewebsite | https://github.com/sionide21/Insert-jQuery |
Ondersteunde Talen | 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" ] } |