Javascript Injector

This extension injects any JS library from CDNJS.com into a page.

什麼是Javascript Injector?

Javascript Injector是由ChaoAreTasty開發的Chrome擴展程式,該擴展的主要功能是“This extension injects any JS library from CDNJS.com into a page.”。

下載Javascript Injector擴展crx文件

下載Javascript Injector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        There are lots of times I've wanted to inject jQuery on to a page but currently the only options on the store inject a given version of jQuery. I started out planning to just connect with the Google CDN API before realising that sometimes there are other libraries I sometimes want.

Chrome Injector will be able to inject any library available on CDNJS.com into a given page.

This is no where near finished but is just about usable enough to share. Currently it's only able to handle injecting the main file of the latest version of a library, it's lacking a lot of niceties and the UI needs some serious work. It also does no checking to see if that library is already in a page.                    

擴展基本資訊

名稱 Javascript Injector Javascript Injector
ID kiengimdfplfobmkpbfmomofoaieaoob
官方網址 https://chrome.google.com/webstore/detail/javascript-injector/kiengimdfplfobmkpbfmomofoaieaoob
簡介 This extension injects any JS library from CDNJS.com into a page.
檔案大小 6.57 KB
安裝次數 270
目前版本 0.1.3
更新時間 2013-09-18
上架時間 2013-09-18
評分 3.00/5 共 6 次評分
開發者 ChaoAreTasty
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Javascript Injector",
    "description": "This extension injects any JS library from CDNJS.com into a page.",
    "version": "0.1.3",
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_popup": "popup.html",
        "icons": {
            "19": "icon-19.png",
            "38": "icon-38.png"
        }
    }
}