Colorpeek

Simply share CSS colors from text selections, images or websites using Colorpeek.

Colorpeek क्या है?

Colorpeek https://colorpeek.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simply share CSS colors from text selections, images or websites using Colorpeek."।

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

screenshot

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

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

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

                        Colorpeek is a tiny web app for quickly seeing and sharing CSS colors. The extension can parse colors from three different sources:

1. Text selections (hex values you received in an email, for example)
2. Prominent colors in an image
3. CSS colors used on a webpage

Great for designers, developers, or anyone tired of spelunking through web inspectors, opening up Photoshop or hunting and pecking with an eyedropper just to grab color values.

Additional features:

- Customize the output of webpage palettes (hide/show black, white, grays or semi-transparent colors)
- Change the amount of colors returned for images
- Use from the toolbar or right-click menu

Follow https://twitter.com/colorpeek for info and updates

Try the web app at http://colorpeek.com                    

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

नाम Colorpeek Colorpeek
ID bijmchgbjjmcmhldfpbamobldomjoioo
आधिकारिक URL https://chromewebstore.google.com/detail/colorpeek/bijmchgbjjmcmhldfpbamobldomjoioo
विवरण Simply share CSS colors from text selections, images or websites using Colorpeek.
फ़ाइल का आकार 107 KB
स्थापना संख्या 3,184
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2022-06-04
प्रकाशन तिथि 2013-12-01
रेटिंग 4.69/5 कुल 35 रेटिंग्स
डेवलपर https://colorpeek.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://colorpeek.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "homepage_url": "http:\/\/colorpeek.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/color-thief.js",
            "js\/color.js",
            "src\/bg\/colorkeywords.js",
            "src\/bg\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        }
    },
    "permissions": [
        "contextMenus",
        "notifications",
        "storage",
        ""
    ],
    "options_page": "src\/options\/options.html"
}