Color Grabber

Extract colors easily from anywhere with color grabber tool.

Qu'est-ce que Color Grabber ?

Color Grabber est une extension Chrome développée par https://colorgrabber.io, et sa fonction principale est "Extract colors easily from anywhere with color grabber tool.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Color Grabber

Téléchargez les fichiers d'extension Color Grabber au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        No matter on which webpage you are, grab your desired color on the spot with this simple Color Grabber tool. Select the element and it'll tell you the hex code of the selected color. Or select your desired color from the color panel inside the tool.                    

Informations de Base sur l'Extension

Nom Color Grabber Color Grabber
ID ienonflmjobapflnpjadihcdibodpkjb
URL Officiel https://chromewebstore.google.com/detail/color-grabber/ienonflmjobapflnpjadihcdibodpkjb
Description Extract colors easily from anywhere with color grabber tool.
Taille du Fichier 273 KB
Nombre d'Installations 546
Version Actuelle 1.0.8
Dernière Mise à Jour 2023-12-27
Date de Publication 2021-09-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://colorgrabber.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://colorgrabber.io
URL de la Page de Politique de Confidentialité https://tier5.us/chrome_extension
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Grabber",
    "description": "Extract colors easily from anywhere with color grabber tool.",
    "version": "1.0.8",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "login.html",
        "default_title": "Color Grabber"
    },
    "icons": {
        "16": "images\/1625151100122-smallLogo.png",
        "48": "images\/1625151100166-mediumLogo.png",
        "128": "images\/1625151100210-largeLogo.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        "js\/edropper2.js",
        "inject\/anchor-cursor-default.css",
        "inject\/anchor-cursor-crosshair.css",
        "inject\/edropper2.css"
    ],
    "commands": {
        "activate": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "Activate pick color from web page"
        }
    },
    "short_name": "CG"
}