colorexa

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

colorexa क्या है?

colorexa Rafael Bardini द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly lookup for a color by typing or highlighting its hexadecimal code."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में colorexa एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}