Hexualize

Visualize hex colours shown on web sites, by putting the colour underneath the shown hex colour.

Hexualizeคืออะไร?

Hexualize เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mads Cordes และคุณลักษณะหลักของมันคือ "Visualize hex colours shown on web sites, by putting the colour underneath the shown hex colour."

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

screenshot
screenshot
screenshot

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

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

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

                                            

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

ชื่อ Hexualize Hexualize
ID einndnmgmahiiafinedpcjpkmckadfoi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hexualize/einndnmgmahiiafinedpcjpkmckadfoi
คำอธิบาย Visualize hex colours shown on web sites, by putting the colour underneath the shown hex colour.
ขนาดไฟล์ 39.65 KB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2014-09-20
วันที่เผยแพร่ 2014-09-20
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Mads Cordes
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hexualize",
    "description": "Visualize hex colours shown on web sites, by putting the colour underneath the shown hex colour.",
    "version": "0.1.0",
    "icons": {
        "128": "assets\/img\/icon_128.png"
    },
    "author": "Mads Cordes",
    "background": {
        "scripts": [
            "assets\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        ""
    ]
}