Insert jQuery

Quickly add jQuery to any page from the context menu.

什么是Insert jQuery?

Insert jQuery是由sionide21开发的Chrome扩展程序,该扩展的主要功能是“Quickly add jQuery to any page from the context menu.”。

扩展截图

screenshot
screenshot

下载Insert jQuery扩展crx文件

下载Insert jQuery扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Quickly add jQuery to any page from the context menu.

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

扩展基本信息

名称 Insert jQuery Insert jQuery
ID bbijckmpcapmeonjbfcccedigjalnchd
官方URL https://chromewebstore.google.com/detail/insert-jquery/bbijckmpcapmeonjbfcccedigjalnchd
简介 Quickly add jQuery to any page from the context menu.
文件大小 24.91 KB
安装次数 231
当前版本 1.0.0
更新时间 2013-12-08
上架时间 2013-12-08
评分 5.00/5 共1次评分
开发者 sionide21
付费类型 free
扩展官网 https://github.com/sionide21/Insert-jQuery
支持的语言 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"
    ]
}