Name that color! LESS & SASS

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

Was ist Name that color! LESS & SASS?

Name that color! LESS & SASS ist eine Chrome-Erweiterung, die von nicolasepiscopo entwickelt wurde, und ihr Hauptmerkmal ist "This extension asks for an hexadecimal color code and retrives a scss or less color variable name.".

Erweiterungsscreenshots

screenshot

Name that color! LESS & SASS-Erweiterungs-CRX-Datei herunterladen

Laden Sie Name that color! LESS & SASS-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Name that color! LESS & SASS Name that color! LESS & SASS
ID cniacalbjoddcmdhfnllffgcnikhhdfj
Offizielle URL https://chrome.google.com/webstore/detail/name-that-color-less-sass/cniacalbjoddcmdhfnllffgcnikhhdfj
Beschreibung This extension asks for an hexadecimal color code and retrives a scss or less color variable name.
Dateigröße 35.15 KB
Installationsanzahl 74
Aktuelle Version 0.2
Letztes Update 2016-07-30
Veröffentlichungsdatum 2016-07-30
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler nicolasepiscopo
Zahlungsart free
Erweiterungswebsite https://github.com/nicolasepiscopo/name-that-color-less-sass
Hilfeseite URL https://github.com/nicolasepiscopo/name-that-color-less-sass/issues
Unterstützte Sprachen 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\/"
    ]
}