Stylizer

Give websites user-defined CSS's.

什麼是Stylizer?

Stylizer是由alchen開發的Chrome擴展程式,該擴展的主要功能是“Give websites user-defined CSS's.”。

擴展截圖

screenshot

下載Stylizer擴展crx文件

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

擴展使用說明

                        Ever wanted to change the CSS stylesheet of a website and didn't feel like involving the Greasemonkey? This extension does just that.

Each specified full or partial URL is regex matched to the web addresses in the tabs and automatically applies your customized stylesheets.                    

擴展基本資訊

名稱 Stylizer Stylizer
ID mbkgmbcpdlmljilggcgcfpmcdjaijmfl
官方網址 https://chromewebstore.google.com/detail/stylizer/mbkgmbcpdlmljilggcgcfpmcdjaijmfl
簡介 Give websites user-defined CSS's.
檔案大小 49.52 KB
安裝次數 185
目前版本 1.1
更新時間 2018-02-13
上架時間 2018-02-13
評分 4.00/5 共 4 次評分
開發者 alchen
付費類型 free
擴展官網 https://github.com/alchen/stylizer
說明頁面URL https://github.com/alchen/stylizer/issues
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stylizer",
    "description": "Give websites user-defined CSS's.",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}