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
官方網址 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
電子郵箱 [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"
    ]
}