Color Tool

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

Qu'est-ce que Color Tool ?

Color Tool est une extension Chrome développée par Kirill Klimuk, et sa fonction principale est "Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Color Tool 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

                        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.                    

Informations de Base sur l'Extension

Nom Color Tool Color Tool
ID flmbopnfglddclobhlmlfahodcgdhaga
URL Officiel https://chrome.google.com/webstore/detail/color-tool/flmbopnfglddclobhlmlfahodcgdhaga
Description Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.
Taille du Fichier 116 KB
Nombre d'Installations 69
Version Actuelle 1.0.0
Dernière Mise à Jour 2014-11-17
Date de Publication 2014-11-17
Évaluation 5.00/5 Total 1 Évaluations
Développeur Kirill Klimuk
Type de Paiement free
Langues Prises en Charge 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"
}