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
官方URL 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"
}