colorexa

Quickly lookup for a color by typing or highlighting its hexadecimal code.

colorexaคืออะไร?

colorexa เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rafael Bardini และคุณลักษณะหลักของมันคือ "Quickly lookup for a color by typing or highlighting its hexadecimal code."

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

screenshot
screenshot
screenshot

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

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

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

                        A simple tool to lookup for colors specified as an RGB triplet in hexadecimal format. The background of the pop-up bubble refreshes automatically to represent the color typed in its text field or highlighted in the page. Supports full (six-digits) and abbreviated (three-digit) hexadecimal color codes.

Useful when you want to quickly check a color found in the source code of a page or stylesheet.

Visit the extension's website for a live preview.                    

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

ชื่อ colorexa colorexa
ID ldpbmphkljpjidkjjcogjeblepgbnlop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/colorexa/ldpbmphkljpjidkjjcogjeblepgbnlop
คำอธิบาย Quickly lookup for a color by typing or highlighting its hexadecimal code.
ขนาดไฟล์ 18.58 KB
จำนวนการติดตั้ง 78
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2022-02-20
วันที่เผยแพร่ 2013-06-24
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Rafael Bardini
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://rbardini.github.io/colorexa/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "colorexa",
    "version": "2.0.0",
    "description": "Quickly lookup for a color by typing or highlighting its hexadecimal code.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "colorexa",
        "default_popup": "popup.html"
    }
}