Color Tool

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

什麼是Color Tool?

Color Tool是由Kirill Klimuk開發的Chrome擴展程式,該擴展的主要功能是“Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.”。

擴展截圖

screenshot

下載Color Tool擴展crx文件

下載Color Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Color Tool Color Tool
ID flmbopnfglddclobhlmlfahodcgdhaga
官方網址 https://chrome.google.com/webstore/detail/color-tool/flmbopnfglddclobhlmlfahodcgdhaga
簡介 Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.
檔案大小 116 KB
安裝次數 69
目前版本 1.0.0
更新時間 2014-11-17
上架時間 2014-11-17
評分 5.00/5 共 1 次評分
開發者 Kirill Klimuk
付費類型 free
支援的語言 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"
}