Color Tool

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

Apa itu Color Tool?

Color Tool adalah ekstensi Chrome yang dikembangkan oleh Kirill Klimuk, dan fitur utamanya adalah "Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Color Tool

Unduh file ekstensi Color Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Color Tool Color Tool
ID flmbopnfglddclobhlmlfahodcgdhaga
URL Resmi https://chrome.google.com/webstore/detail/color-tool/flmbopnfglddclobhlmlfahodcgdhaga
Deskripsi Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.
Ukuran File 116 KB
Jumlah Instalasi 69
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2014-11-17
Tanggal Publikasi 2014-11-17
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Kirill Klimuk
Tipe Pembayaran free
Bahasa yang Didukung 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"
}