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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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" } |