Color Picker

Build a personalized color palette, select colors from webpages with the eyedropper, create color scales, and blend colors

Color Picker क्या है?

Color Picker https://linangdata.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Build a personalized color palette, select colors from webpages with the eyedropper, create color scales, and blend colors"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Create your own personalized 4- color palette that you can use for your web pages, pick colors from a web page with the eyedropper, create color scales for chart, and map visualizations, experiment by blending colors.

Color Picker:
Use the color picker by clicking and dragging the markers around the palette. The color selections are shown together with their Hex code values in the boxes below the palette.
The color picker will also display the colors to different formats (i.e.,  HEX, RGB, HSV, HSL, CMYK).

Eyedropper:
Use the Eyedropper by right-clicking on the page and selecting "Pick a color on the page". You can also use the Eyedropper button on the Eyedropper tab of the extension's popup. 
Note that colors are picked from a snapshot of the viewable area of the page. Make sure you scroll to the area of the page that you want to select colors from before starting the eyedropper. Also note that some pages (e.g., chrome://, file://, urls) have security  that prevent eyedropper from working.  The Color Picker tracks a history of the colors you've selected with the eyedropper. You can see the history on the Color Picker's Eyedropper tab.
On hi-dpi (high resolution) screens the eyedropper snapshot may appear blurry.

Color Scale:
Use the color scale to create a set of visually pleasing colors that are evenly spaced. If you are creating any type of chart or map that relies on colors to visually distinguish elements (or data values) in your chart or map you'll find this very hard to do manually and the results will likely be not ideal - often leaving the viewer to guess the intent of the color. This tool will produce a pleasing color scale from the start and end colors you select. Select from different color modes to get your favorite colors.

Color Blender:
Use the color blender to blend two colors using RGB channel-wise blend functions.

You can also type or paste a Hex code into the text fields to get a particular color.  

This tool is useful if you :
- to create a four color personalized 4-color palette
- find the color code of a color on a web page with the eyedropper
- to create a color scale from 3 to 25 colors for use in bar charts, maps, etc.
- blend two colors using different modes

Features:
- available as an icon on your Chrome toolbar
- remembers the current state so when you reopen the color picker you can carry on where you left off.
- convenient buttons to copy color codes to the clipboard and save codes to a text file
- A dark-mode option allows you to view the color picker with a dark background and white text
- provides links to other tools from LinangData from the More tools menu
- It's free!                    

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

नाम Color Picker Color Picker
ID kpppomnoahmhnmmamjfbnnnmeabkjcni
आधिकारिक URL https://chromewebstore.google.com/detail/color-picker/kpppomnoahmhnmmamjfbnnnmeabkjcni
विवरण Build a personalized color palette, select colors from webpages with the eyedropper, create color scales, and blend colors
फ़ाइल का आकार 1.74 MB
स्थापना संख्या 23,668
वर्तमान संस्करण 2.0.3
अंतिम अपडेट 2023-02-27
प्रकाशन तिथि 2020-06-02
रेटिंग 3.67/5 कुल 6 रेटिंग्स
डेवलपर https://linangdata.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://linangdata.com/
सहायता पृष्ठ URL https://linangdata.com/color-picker
गोपनीयता नीति पृष्ठ URL https://linangdata.com/privacy.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Color Picker",
    "short_name": "Color Picker",
    "description": "Build a personalized color palette, select colors from webpages with the eyedropper, create color scales, and blend colors",
    "version": "2.0.3",
    "offline_enabled": true,
    "icons": {
        "16": "css\/icons\/16x16.png",
        "32": "css\/icons\/32x32.png",
        "36": "css\/icons\/36x36.png",
        "48": "css\/icons\/48x48.png",
        "64": "css\/icons\/64x64.png",
        "72": "css\/icons\/72x72.png",
        "96": "css\/icons\/96x96.png",
        "128": "css\/icons\/128x128.png",
        "144": "css\/icons\/144x144.png",
        "192": "css\/icons\/192x192.png",
        "512": "css\/icons\/512x512.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "scripting",
        "storage"
    ],
    "commands": {
        "pickColor": {
            "description": "Pick a color on the page"
        }
    },
    "action": {
        "default_icon": "css\/icons\/144x144.png",
        "default_popup": "index.html",
        "default_title": "Color Picker"
    },
    "background": {
        "service_worker": "background.js"
    }
}