Color Tool

Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.

Was ist Color Tool?

Color Tool ist eine Chrome-Erweiterung, die von Kirill Klimuk entwickelt wurde, und ihr Hauptmerkmal ist "Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.".

Erweiterungsscreenshots

screenshot

Color Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie Color Tool-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

                        Type "color" into the omnibox and start using the app.
To use, type either hex, rgb, hsv, hsl and the values. 
A range of available transformations will pop up.
Select the one you want. It will automatically be copied to your clipboard.                    

Grundlegende Informationen zur Erweiterung

Name Color Tool Color Tool
ID flmbopnfglddclobhlmlfahodcgdhaga
Offizielle URL https://chrome.google.com/webstore/detail/color-tool/flmbopnfglddclobhlmlfahodcgdhaga
Beschreibung Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.
Dateigröße 116 KB
Installationsanzahl 69
Aktuelle Version 1.0.0
Letztes Update 2014-11-17
Veröffentlichungsdatum 2014-11-17
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Kirill Klimuk
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "index.html"
    },
    "description": "Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.",
    "icons": {
        "128": "assets\/color-tool-128x128.png",
        "16": "assets\/color-tool-16x16.png",
        "48": "assets\/color-tool-48x48.png"
    },
    "manifest_version": 2,
    "name": "Color Tool",
    "offline_enabled": true,
    "omnibox": {
        "keyword": "color"
    },
    "permissions": [
        "clipboardRead"
    ],
    "version": "1.0.0"
}