colors scale

changes Saturate,Sepia,Contrast to current webpage

colors scaleคืออะไร?

colors scale เป็นส่วนขยายของ Chrome ที่พัฒนาโดย roysmarshallg2x และคุณลักษณะหลักของมันคือ "changes Saturate,Sepia,Contrast to current webpage"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย colors scale ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        change web page color shades using this simple tool
1)open web page example:  en.wikipedia.org/wiki/Main_Page
2)click on extension icon and  change values from default popup
3)reload tab and try again, if it does not work.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ colors scale colors scale
ID jlpahiloaaihfkckaaihjecoggkoeaca
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/colors-scale/jlpahiloaaihfkckaaihjecoggkoeaca
คำอธิบาย changes Saturate,Sepia,Contrast to current webpage
ขนาดไฟล์ 50.66 KB
จำนวนการติดตั้ง 8,000
เวอร์ชันปัจจุบัน 0.0.01
อัปเดตครั้งล่าสุด 2022-07-07
วันที่เผยแพร่ 2022-07-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา roysmarshallg2x
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "colors scale",
    "description": "changes Saturate,Sepia,Contrast to current webpage",
    "version": "0.0.01",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ]
}