Color Palette Finder

Find the most commonly used colors on any site! Creates a palette of HEX and RGBA values.

Color Palette Finder क्या है?

Color Palette Finder jamesaburnell द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find the most commonly used colors on any site! Creates a palette of HEX and RGBA values."।

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

screenshot

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

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

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

                        Find the top 6 most commonly used colors on any site! Creates a palette of HEX and RGB values. Clicking on one of the colors will copy the HEX value to your clipboard.                    

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

नाम Color Palette Finder Color Palette Finder
ID acijagaddpagpgcjdcoigjkmeiengplp
आधिकारिक URL https://chromewebstore.google.com/detail/color-palette-finder/acijagaddpagpgcjdcoigjkmeiengplp
विवरण Find the most commonly used colors on any site! Creates a palette of HEX and RGBA values.
फ़ाइल का आकार 28.27 KB
स्थापना संख्या 898
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2016-01-08
प्रकाशन तिथि 2016-01-08
रेटिंग 2.60/5 कुल 5 रेटिंग्स
डेवलपर jamesaburnell
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Color Palette Finder",
    "description": "Find the most commonly used colors on any site! Creates a palette of HEX and RGBA values.",
    "version": "0.0.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "cpflogo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "palette-finder.js"
            ]
        }
    ]
}