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
公式URL 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
Eメール [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"
    ]
}