Name that color! LESS & SASS

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

Hvad er Name that color! LESS & SASS?

Name that color! LESS & SASS er en Chrome-udvidelse udviklet af nicolasepiscopo, og dens hovedfunktion er "This extension asks for an hexadecimal color code and retrives a scss or less color variable name.".

Udvidelsesskærmbilleder

screenshot

Download Name that color! LESS & SASS-udvidelses-CRX-fil

Download Name that color! LESS & SASS-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Name that color! LESS & SASS Name that color! LESS & SASS
ID cniacalbjoddcmdhfnllffgcnikhhdfj
Officiel URL https://chrome.google.com/webstore/detail/name-that-color-less-sass/cniacalbjoddcmdhfnllffgcnikhhdfj
Beskrivelse This extension asks for an hexadecimal color code and retrives a scss or less color variable name.
Filstørrelse 35.15 KB
Antal Installationer 74
Nuværende Version 0.2
Senest Opdateret 2016-07-30
Udgivelsesdato 2016-07-30
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler nicolasepiscopo
Betalingsmetode free
Udvidelseswebsted https://github.com/nicolasepiscopo/name-that-color-less-sass
Hjælpeside-URL https://github.com/nicolasepiscopo/name-that-color-less-sass/issues
Understøttede Sprog 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\/"
    ]
}