Insert jQuery

Quickly add jQuery to any page from the context menu.

What is Insert jQuery?

Insert jQuery is a Chrome extension developed by sionide21, and its main feature is "Quickly add jQuery to any page from the context menu.".

Extension Screenshots

screenshot
screenshot

Download Insert jQuery Extension CRX File

Download Insert jQuery extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Quickly add jQuery to any page from the context menu.

Simply right-click on the page and click "Inject jQuery"                    

Extension Basic Information

Name Insert jQuery Insert jQuery
ID bbijckmpcapmeonjbfcccedigjalnchd
Official URL https://chromewebstore.google.com/detail/insert-jquery/bbijckmpcapmeonjbfcccedigjalnchd
Description Quickly add jQuery to any page from the context menu.
File Size 24.91 KB
Installation Count 231
Current Version 1.0.0
Last Updated 2013-12-08
Publish Date 2013-12-08
Rating 5.00/5 Total 1 Ratings
Developer sionide21
Payment Type free
Extension Website https://github.com/sionide21/Insert-jQuery
Supported Languages 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"
    ]
}