list colors

easly check with different colors to webpage background

list colorsคืออะไร?

list colors เป็นส่วนขยายของ Chrome ที่พัฒนาโดย normaisheperddg1 และคุณลักษณะหลักของมันคือ "easly check with different colors to webpage background"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย list colors

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}