Color Grabber

Extract colors easily from anywhere with color grabber tool.

Was ist Color Grabber?

Color Grabber ist eine Chrome-Erweiterung, die von https://colorgrabber.io entwickelt wurde, und ihr Hauptmerkmal ist "Extract colors easily from anywhere with color grabber tool.".

Erweiterungsscreenshots

screenshot

Color Grabber-Erweiterungs-CRX-Datei herunterladen

Laden Sie Color Grabber-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Color Grabber Color Grabber
ID ienonflmjobapflnpjadihcdibodpkjb
Offizielle URL https://chromewebstore.google.com/detail/color-grabber/ienonflmjobapflnpjadihcdibodpkjb
Beschreibung Extract colors easily from anywhere with color grabber tool.
Dateigröße 273 KB
Installationsanzahl 546
Aktuelle Version 1.0.8
Letztes Update 2023-12-27
Veröffentlichungsdatum 2021-09-14
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://colorgrabber.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://colorgrabber.io
URL der Datenschutzrichtlinien-Seite https://tier5.us/chrome_extension
Unterstützte Sprachen 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"
}