list colors

easly check with different colors to webpage background

list colors là gì?

list colors là một tiện ích mở rộng Chrome được phát triển bởi normaisheperddg1, và tính năng chính của nó là "easly check with different colors to webpage background".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng list colors

Tải xuống các tệp mở rộng list colors dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên list colors list colors
ID fceoddkknbldnpigkpdgpldjbkgammgm
URL Chính Thức https://chrome.google.com/webstore/detail/list-colors/fceoddkknbldnpigkpdgpldjbkgammgm
Mô tả easly check with different colors to webpage background
Kích Thước Tệp 28.14 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2022-07-18
Ngày Phát Hành 2022-07-18
Nhà Phát Triển normaisheperddg1
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}