Name that color! LESS & SASS
This extension asks for an hexadecimal color code and retrives a scss or less color variable name.
Co je Name that color! LESS & SASS?
Name that color! LESS & SASS je rozšíření Chrome vyvinuté nicolasepiscopo, a jeho hlavní funkcí je „This extension asks for an hexadecimal color code and retrives a scss or less color variable name.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Name that color! LESS & SASS
Stáhněte si soubory rozšíření Name that color! LESS & SASS 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 asks for an hexadecimal color code and returns a less or sass color variable name, or just the color name.
Základní Informace o Rozšíření
Název | |
ID | cniacalbjoddcmdhfnllffgcnikhhdfj |
Oficiální URL | https://chrome.google.com/webstore/detail/name-that-color-less-sass/cniacalbjoddcmdhfnllffgcnikhhdfj |
Popis | This extension asks for an hexadecimal color code and retrives a scss or less color variable name. |
Velikost souboru | 35.15 KB |
Počet instalací | 74 |
Aktuální Verze | 0.2 |
Poslední Aktualizace | 2016-07-30 |
Datum Vydání | 2016-07-30 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | nicolasepiscopo |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/nicolasepiscopo/name-that-color-less-sass |
URL Stránky Nápovědy | https://github.com/nicolasepiscopo/name-that-color-less-sass/issues |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Name that color! LESS & SASS", "description": "This extension asks for an hexadecimal color code and retrives a scss or less color variable name.", "version": "0.2", "browser_action": { "default_icon": "app\/images\/icon.png", "default_popup": "app\/main.html" }, "permissions": [ "activeTab", "clipboardWrite", "https:\/\/ajax.googleapis.com\/" ] } |