RGB HEX Converter

This extension performs the conversion between rgb and hex. It's fast and stable.

Co je RGB HEX Converter?

RGB HEX Converter je rozšíření Chrome vyvinuté Yizhao He, a jeho hlavní funkcí je „This extension performs the conversion between rgb and hex. It's fast and stable.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření RGB HEX Converter

Stáhněte si soubory rozšíření RGB HEX Converter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension performs the conversion between rgb and hex. It's fast, elegant and stable.                    

Základní Informace o Rozšíření

Název RGB HEX Converter RGB HEX Converter
ID ingginimfdkleceoglpialnhkioahnfe
Oficiální URL https://chrome.google.com/webstore/detail/ingginimfdkleceoglpialnhkioahnfe
Popis This extension performs the conversion between rgb and hex. It's fast and stable.
Velikost souboru 17.31 KB
Počet instalací 124
Aktuální Verze 1.0
Poslední Aktualizace 2015-11-17
Datum Vydání 2015-11-17
Vývojář Yizhao He
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí http://dafbang.com/privacy.html
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RGB HEX Converter",
    "description": "This extension performs the conversion between rgb and hex. It's fast and stable.",
    "version": "1.0",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    }
}