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
官方網址 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"
    ]
}