Color picker

Finds the color under your cursor in HEX and RGB form

Color picker क्या है?

Color picker Felix द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Finds the color under your cursor in HEX and RGB form"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Google chrome extension that can get what ever color pixel you want on the page you're viewing. Once clicked, your color will give you it's Hexadecimal and RGB value. Along with that info, it will appear in your recent colors so that you can go back to it if you want later. If you did want to go back to a color in your most recent section, you can click on the box which will display all the information about that color again. 

**This extension is only compatible with Chrome, Opera, and Microsoft Edge. **

Some buttons that come with the extensions are 'clear' and 'delete'. Clear button deletes all your recent colors while delete deletes the specific color you have selected.                    

एक्सटेंशन की मूल जानकारी

नाम Color picker Color picker
ID bgbfgaaibhpepheabkdeniilmcljibob
आधिकारिक URL https://chromewebstore.google.com/detail/color-picker/bgbfgaaibhpepheabkdeniilmcljibob
विवरण Finds the color under your cursor in HEX and RGB form
फ़ाइल का आकार 855 KB
स्थापना संख्या 1,317
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-03-28
प्रकाशन तिथि 2022-03-28
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Felix
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color picker",
    "description": "Finds the color under your cursor in HEX and RGB form",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/images\/wheel16.png",
        "32": "\/images\/wheel32.png",
        "48": "\/images\/wheel48.png",
        "128": "\/images\/wheel128.png"
    }
}