Name that color! LESS & SASS
This extension asks for an hexadecimal color code and retrives a scss or less color variable name.
Что такое Name that color! LESS & SASS?
Name that color! LESS & SASS - это расширение Chrome, разработанное nicolasepiscopo, и его основная функция - "This extension asks for an hexadecimal color code and retrives a scss or less color variable name.".
Снимки экрана расширения
Скачать файл CRX расширения Name that color! LESS & SASS
Скачайте файлы расширений Name that color! LESS & SASS в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension asks for an hexadecimal color code and returns a less or sass color variable name, or just the color name.
Основная информация о расширении
Название | |
ID | cniacalbjoddcmdhfnllffgcnikhhdfj |
Официальный URL | https://chrome.google.com/webstore/detail/name-that-color-less-sass/cniacalbjoddcmdhfnllffgcnikhhdfj |
Описание | This extension asks for an hexadecimal color code and retrives a scss or less color variable name. |
Размер файла | 35.15 KB |
Количество установок | 74 |
Текущая Версия | 0.2 |
Последнее Обновление | 2016-07-30 |
Дата публикации | 2016-07-30 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | nicolasepiscopo |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/nicolasepiscopo/name-that-color-less-sass |
URL страницы помощи | https://github.com/nicolasepiscopo/name-that-color-less-sass/issues |
Поддерживаемые языки | 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\/" ] } |