Name that color! LESS & SASS

This extension asks for an hexadecimal color code and retrives a scss or less color variable name.

Co to jest Name that color! LESS & SASS?

Name that color! LESS & SASS to rozszerzenie Chrome opracowane przez nicolasepiscopo, a jego główną funkcją jest „This extension asks for an hexadecimal color code and retrives a scss or less color variable name.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Name that color! LESS & SASS

Pobierz pliki rozszerzeń Name that color! LESS & SASS w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This extension asks for an hexadecimal color code and returns a less or sass color variable name, or just the color name.                    

Podstawowe informacje o rozszerzeniu

Nazwa Name that color! LESS & SASS Name that color! LESS & SASS
ID cniacalbjoddcmdhfnllffgcnikhhdfj
Oficjalny URL https://chrome.google.com/webstore/detail/name-that-color-less-sass/cniacalbjoddcmdhfnllffgcnikhhdfj
Opis This extension asks for an hexadecimal color code and retrives a scss or less color variable name.
Rozmiar pliku 35.15 KB
Liczba instalacji 74
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2016-07-30
Data Publikacji 2016-07-30
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper nicolasepiscopo
Typ Płatności free
Strona Rozszerzenia https://github.com/nicolasepiscopo/name-that-color-less-sass
Adres URL Strony Pomocy https://github.com/nicolasepiscopo/name-that-color-less-sass/issues
Obsługiwane Języki 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\/"
    ]
}