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).
What is Web-Smart Color Converter?
Web-Smart Color Converter is a Chrome extension developed by Texugo Atroz, and its main feature is "Aplicativo que converte e compara cores hexadecimais de 24-bits (True Color) para cores de 12-bits (web-smart) e 8-bits (web-safe).".
Extension Screenshots
Download Web-Smart Color Converter Extension CRX File
Download Web-Smart Color Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Git repository: https://github.com/TexugoAtroz/web-smart-color-converter-chrome-extension
Extension Basic Information
Name | Web-Smart Color Converter |
ID | bnjfondkoainkkkfgafoagbdhjdbefmn |
Official URL | https://chromewebstore.google.com/detail/web-smart-color-converter/bnjfondkoainkkkfgafoagbdhjdbefmn |
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). |
File Size | 88.4 KB |
Installation Count | 22 |
Current Version | 0.8 |
Last Updated | 2017-11-07 |
Publish Date | 2017-11-07 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Texugo Atroz |
Payment Type | free |
Supported Languages | 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" } } |