Name that color! LESS & SASS

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

Cos'è Name that color! LESS & SASS?

Name that color! LESS & SASS è un'estensione di Chrome sviluppata da nicolasepiscopo, e la sua funzione principale è "This extension asks for an hexadecimal color code and retrives a scss or less color variable name.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Name that color! LESS & SASS

Scarica i file di estensione Name that color! LESS & SASS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Name that color! LESS & SASS Name that color! LESS & SASS
ID cniacalbjoddcmdhfnllffgcnikhhdfj
URL Ufficiale https://chrome.google.com/webstore/detail/name-that-color-less-sass/cniacalbjoddcmdhfnllffgcnikhhdfj
Descrizione This extension asks for an hexadecimal color code and retrives a scss or less color variable name.
Dimensione del File 35.15 KB
Conteggio Installazioni 74
Versione Corrente 0.2
Ultimo Aggiornamento 2016-07-30
Data di Pubblicazione 2016-07-30
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore nicolasepiscopo
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/nicolasepiscopo/name-that-color-less-sass
URL della Pagina di Aiuto https://github.com/nicolasepiscopo/name-that-color-less-sass/issues
Lingue Supportate 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\/"
    ]
}