Color-Converter
Convert your color to other color-formats (hex <-> rgb <-> hsl)
Color-Converterとは何ですか?
Color-Converterはhttps://heithe.comによって開発されたChromeの拡張機能で、その主な機能は「Convert your color to other color-formats (hex <-> rgb <-> hsl)」です。
拡張機能のスクリーンショット
Color-Converter拡張機能のCRXファイルをダウンロード
Color-Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Extension let you convert a given color into other color-formats. At this time you can convert: hex, splitted hex <-> rgb in decimal or percentage <-> hsl in decimal or percentage Just look at the screenshots, install and try it :) Watch my blog: http://www.heithe.com Contact me: heithe01+chrcc at gmail dot com Donations are welcome to heithe01 at gmail dot com through paypal :)
拡張機能の基本情報
名前 | Color-Converter |
ID | ekjjmfmbokeceeeblblppmgkcenhncii |
公式URL | https://chromewebstore.google.com/detail/color-converter/ekjjmfmbokeceeeblblppmgkcenhncii |
説明 | Convert your color to other color-formats (hex <-> rgb <-> hsl) |
ファイルサイズ | 111 KB |
インストール数 | 1,105 |
現在のバージョン | 1.0.1.1 |
最終更新日 | 2013-06-25 |
公開日 | 2013-06-25 |
評価 | 4.33/5 合計 6 レビュー |
開発者 | https://heithe.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.heithe.com/blog/ |
ヘルプページのURL | http://www.heithe.com/blog/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "img\/icons\/color_converter_logo_19.png", "default_popup": "html\/color_converter.html", "default_title": "Color-Converter" }, "description": "Convert your color to other color-formats (hex <-> rgb <-> hsl)", "icons": { "128": "img\/icons\/color_converter_logo_128.png", "16": "img\/icons\/color_converter_logo_16.png", "48": "img\/icons\/color_converter_logo_48.png" }, "manifest_version": 2, "name": "Color-Converter", "version": "1.0.1.1" } |