JS Injector

Allows you to store scripts and inject them in pages

什么是JS Injector?

JS Injector是由smku1992开发的Chrome扩展程序,该扩展的主要功能是“Allows you to store scripts and inject them in pages”。

扩展截图

screenshot

下载JS Injector扩展crx文件

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

扩展使用说明

                        The extension allows you to inject any javascript/css library available on www.cdnjs.com.                    

扩展基本信息

名称 JS Injector JS Injector
ID jnndejfmeclkfmhnpkaajaemkdjeddbb
官方URL https://chrome.google.com/webstore/detail/js-injector/jnndejfmeclkfmhnpkaajaemkdjeddbb
简介 Allows you to store scripts and inject them in pages
文件大小 78.59 KB
安装次数 188
当前版本 1.0
更新时间 2014-07-03
上架时间 2014-07-03
评分 3.57/5 共7次评分
开发者 smku1992
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JS Injector",
    "description": "Allows you to store scripts and inject them in pages",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": ".\/images\/icon.png",
        "default_popup": "popup.html"
    }
}