Customize CSS

Change your favourite websites design instantly by using Chrome's Customize CSS extension.

什麼是Customize CSS?

Customize CSS是由Yasser R Shaikh開發的Chrome擴展程式,該擴展的主要功能是“Change your favourite websites design instantly by using Chrome's Customize CSS extension.”。

擴展截圖

screenshot

下載Customize CSS擴展crx文件

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

擴展使用說明

                        Lets your customize look and feel of any site, and remembers it. Simply override the css  of the existing website and this plugin will remember it.                    

擴展基本資訊

名稱 Customize CSS Customize CSS
ID iiigcmcpofchighahjijinjnajfnnidd
官方網址 https://chromewebstore.google.com/detail/customize-css/iiigcmcpofchighahjijinjnajfnnidd
簡介 Change your favourite websites design instantly by using Chrome's Customize CSS extension.
檔案大小 228 KB
安裝次數 86
目前版本 1.0
更新時間 2019-08-29
上架時間 2019-08-24
開發者 Yasser R Shaikh
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "browser_action": {
        "default_icon": "icons\/logo.png",
        "default_popup": "popup.html",
        "default_title": "Customize CSS"
    },
    "description": "Change your favourite websites design instantly by using Chrome's Customize CSS extension.",
    "manifest_version": 2,
    "name": "Customize CSS",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}