Web-Smart Color Converter

Aplicativo que converte e compara cores hexadecimais de 24-bits (True Color) para cores de 12-bits (web-smart) e 8-bits (web-safe).

Web-Smart Color Converterとは何ですか?

Web-Smart Color ConverterはTexugo Atrozによって開発されたChromeの拡張機能で、その主な機能は「Aplicativo que converte e compara cores hexadecimais de 24-bits (True Color) para cores de 12-bits (web-smart) e 8-bits (web-safe).」です。

拡張機能のスクリーンショット

screenshot

Web-Smart Color Converter拡張機能のCRXファイルをダウンロード

Web-Smart Color Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Git repository:
https://github.com/TexugoAtroz/web-smart-color-converter-chrome-extension                    

拡張機能の基本情報

名前 Web-Smart Color Converter Web-Smart Color Converter
ID bnjfondkoainkkkfgafoagbdhjdbefmn
公式URL https://chromewebstore.google.com/detail/web-smart-color-converter/bnjfondkoainkkkfgafoagbdhjdbefmn
説明 Aplicativo que converte e compara cores hexadecimais de 24-bits (True Color) para cores de 12-bits (web-smart) e 8-bits (web-safe).
ファイルサイズ 88.4 KB
インストール数 22
現在のバージョン 0.8
最終更新日 2017-11-07
公開日 2017-11-07
評価 4.50/5 合計 2 レビュー
開発者 Texugo Atroz
支払い方法 free
対応言語 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web-Smart Color Converter",
    "version": "0.8",
    "description": "Aplicativo que converte e compara cores hexadecimais de 24-bits (True Color) para cores de 12-bits (web-smart) e 8-bits (web-safe).",
    "author": "Jonas Gabriel de Souza",
    "browser_action": {
        "default_icon": "assets\/icons\/icon19.png",
        "default_title": "Web-Smart Color Converter",
        "default_popup": "src\/popup.htm"
    }
}