colors scale

changes Saturate,Sepia,Contrast to current webpage

什麼是colors scale?

colors scale是由roysmarshallg2x開發的Chrome擴展程式,該擴展的主要功能是“changes Saturate,Sepia,Contrast to current webpage”。

擴展截圖

screenshot

下載colors scale擴展crx文件

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

擴展使用說明

                        change web page color shades using this simple tool
1)open web page example:  en.wikipedia.org/wiki/Main_Page
2)click on extension icon and  change values from default popup
3)reload tab and try again, if it does not work.                    

擴展基本資訊

名稱 colors scale colors scale
ID jlpahiloaaihfkckaaihjecoggkoeaca
官方網址 https://chrome.google.com/webstore/detail/colors-scale/jlpahiloaaihfkckaaihjecoggkoeaca
簡介 changes Saturate,Sepia,Contrast to current webpage
檔案大小 50.66 KB
安裝次數 8,000
目前版本 0.0.01
更新時間 2022-07-07
上架時間 2022-07-07
評分 5.00/5 共 1 次評分
開發者 roysmarshallg2x
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "colors scale",
    "description": "changes Saturate,Sepia,Contrast to current webpage",
    "version": "0.0.01",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ]
}