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
电子邮箱 [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"
    ]
}