Color Tool

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

Wat is Color Tool?

Color Tool is een Chrome-extensie ontwikkeld door Kirill Klimuk, en de belangrijkste functie is "Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Color Tool

Download Color Tool-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

                        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.                    

Basisinformatie over de Extensie

Naam Color Tool Color Tool
ID flmbopnfglddclobhlmlfahodcgdhaga
Officiële URL https://chrome.google.com/webstore/detail/color-tool/flmbopnfglddclobhlmlfahodcgdhaga
Beschrijving Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.
Bestandsgrootte 116 KB
Aantal Installaties 69
Huidige Versie 1.0.0
Laatst Bijgewerkt 2014-11-17
Publicatiedatum 2014-11-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Kirill Klimuk
Betalingswijze free
Ondersteunde Talen 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"
}