Injector

Extension for local, dynamic addition of js/css to the any page

什麼是Injector?

Injector是由rozov1開發的Chrome擴展程式,該擴展的主要功能是“Extension for local, dynamic addition of js/css to the any page”。

擴展截圖

screenshot
screenshot

下載Injector擴展crx文件

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

擴展使用說明

                        Using with gulp and gulp-ws-sender. For more information see readme in github repo https://github.com/bercly0b/injector-chrome-extension
If you have any question feel free to contact me                    

擴展基本資訊

名稱 Injector Injector
ID fopkjckkihccjckhmikeclmkghlipbil
官方網址 https://chromewebstore.google.com/detail/injector/fopkjckkihccjckhmikeclmkghlipbil
簡介 Extension for local, dynamic addition of js/css to the any page
檔案大小 13.47 KB
安裝次數 30
目前版本 1.2.1
更新時間 2019-02-03
上架時間 2019-01-31
評分 5.00/5 共 1 次評分
開發者 rozov1
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/bercly0b/injector-chrome-extension
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Injector",
    "short_name": "si",
    "version": "1.2.1",
    "description": "Extension for local, dynamic addition of js\/css to the any page",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        ""
    ],
    "icons": {
        "64": "icons\/off-64.png",
        "128": "icons\/off-128.png"
    },
    "browser_action": {
        "default_icon": {
            "64": "icons\/off-64.png",
            "128": "icons\/off-128.png"
        },
        "default_title": "You should have a Websocket server. Use with gulp and gulp-ws-sender",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}