jQuery Everywhere

Inject jQuery To Current Page

What is jQuery Everywhere?

jQuery Everywhere is a Chrome extension developed by fourcels, and its main feature is "Inject jQuery To Current Page".

Extension Screenshots

screenshot
screenshot

Download jQuery Everywhere Extension CRX File

Download jQuery Everywhere 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

                                            

Extension Basic Information

Name jQuery Everywhere jQuery Everywhere
ID ohkbcepjafdlfgmhabeijbaaplfplemc
Official URL https://chromewebstore.google.com/detail/jquery-everywhere/ohkbcepjafdlfgmhabeijbaaplfplemc
Description Inject jQuery To Current Page
File Size 183 KB
Installation Count 70
Current Version 0.5
Last Updated 2015-06-25
Publish Date 2015-06-25
Developer fourcels
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "jQuery Everywhere",
    "description": "Inject jQuery To Current Page",
    "version": "0.5",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_title": "click for injecting jQuery"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "js\/libs\/jquery.min.js"
    ],
    "manifest_version": 2
}