CSS inject

Very simple chrome extension to inject CSS into websites

什麼是CSS inject?

CSS inject是由NGC Corp.開發的Chrome擴展程式,該擴展的主要功能是“Very simple chrome extension to inject CSS into websites”。

擴展截圖

screenshot

下載CSS inject擴展crx文件

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

擴展使用說明

                        * synced between devices
* no ads
* no tracking
* open source                    

擴展基本資訊

名稱 CSS inject CSS inject
ID faibaacflblbomlgemniiegenfkjhopj
官方網址 https://chromewebstore.google.com/detail/css-inject/faibaacflblbomlgemniiegenfkjhopj
簡介 Very simple chrome extension to inject CSS into websites
檔案大小 7.88 KB
安裝次數 44
目前版本 1.0.0
更新時間 2021-03-26
上架時間 2021-03-26
評分 5.00/5 共 1 次評分
開發者 NGC Corp.
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/ngc-corp/browser-extension-css-inject
說明頁面URL https://github.com/ngc-corp/browser-extension-css-inject/issues
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CSS inject",
    "version": "1.0.0",
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "CSS inject",
        "default_popup": "popup.html"
    },
    "description": "Very simple chrome extension to inject CSS into websites",
    "author": "NCG Corp. ",
    "homepage_url": "https:\/\/github.com\/ngc-corp\/browser-extension-css-inject",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "offline_enabled": true
}