Color Tool

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

Co je Color Tool?

Color Tool je rozšíření Chrome vyvinuté Kirill Klimuk, a jeho hlavní funkcí je „Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Color Tool

Stáhněte si soubory rozšíření Color Tool ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Color Tool Color Tool
ID flmbopnfglddclobhlmlfahodcgdhaga
Oficiální URL https://chrome.google.com/webstore/detail/color-tool/flmbopnfglddclobhlmlfahodcgdhaga
Popis Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.
Velikost souboru 116 KB
Počet instalací 69
Aktuální Verze 1.0.0
Poslední Aktualizace 2014-11-17
Datum Vydání 2014-11-17
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Kirill Klimuk
Typ Platby free
Podporované Jazyky 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"
}