list colors

easly check with different colors to webpage background

list colorsとは何ですか?

list colorsはnormaisheperddg1によって開発されたChromeの拡張機能で、その主な機能は「easly check with different colors to webpage background」です。

拡張機能のスクリーンショット

screenshot

list colors拡張機能のCRXファイルをダウンロード

list colors拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        make web page look different by adding different colors to background of web page.
1)open web page example : en.wikipedia.org/wiki/Main_Page
2)click on extension icon to open default popup html
3)select any colors 
4)reload tab and try again, if it is not working                    

拡張機能の基本情報

名前 list colors list colors
ID fceoddkknbldnpigkpdgpldjbkgammgm
公式URL https://chrome.google.com/webstore/detail/list-colors/fceoddkknbldnpigkpdgpldjbkgammgm
説明 easly check with different colors to webpage background
ファイルサイズ 28.14 KB
インストール数 2,000
現在のバージョン 0.0.0.1
最終更新日 2022-07-18
公開日 2022-07-18
開発者 normaisheperddg1
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "list colors",
    "description": "easly check with different colors to webpage background",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "action": {
        "default_icon": "logo.png",
        "default_popup": "app.html"
    },
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ]
}