Pick Color

A Chrome Extension for enhance Colors picker & color converter

Wat is Pick Color?

Pick Color is een Chrome-extensie ontwikkeld door Shaikh Saifuddin, en de belangrijkste functie is "A Chrome Extension for enhance Colors picker & color converter".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Pick Color

Download Pick Color-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Best color picker tool. Pick colors from a browser tab and copy in any format. Awesome color picker allows you to select a pixel on the page and get color in popular formats. Grab colors from any website. It is Fast and reliable color picker tool.

Features:

🎅 Pick a color from anywhere on your screen
⭐ Just select the color picker and pick the color it will generate color code
🍳 Formats: hex, hex shorthand, RGB, HSL
 🧧 History panel with the latest selected colors
🎨 Get Random color generated with all the color formats
🍭 Easy to use Just copy and past in your code.                    

Basisinformatie over de Extensie

Naam Pick Color Pick Color
ID khjolfgpcjhcmealonfmmchhagngnecf
Officiële URL https://chromewebstore.google.com/detail/pick-color/khjolfgpcjhcmealonfmmchhagngnecf
Beschrijving A Chrome Extension for enhance Colors picker & color converter
Bestandsgrootte 475 KB
Aantal Installaties 1,413
Huidige Versie 0.0.21
Laatst Bijgewerkt 2021-12-18
Publicatiedatum 2021-12-15
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Shaikh Saifuddin
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://colorio.web.app/
Help Pagina-URL https://imsaif.web.app/
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pick Color",
    "version": "0.0.21",
    "description": "A Chrome Extension for enhance Colors picker & color converter",
    "browser_action": {
        "default_icon": "assets\/images\/icons\/favicon-32x32.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/images\/icons\/favicon-16x16.png",
        "48": "assets\/images\/icons\/android-icon-48x48.png",
        "128": "assets\/images\/icons\/android-icon-48x48.png"
    },
    "background": {
        "scripts": [
            "assets\/js\/appScript.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "assets\/images\/*"
    ],
    "manifest_version": 2
}