Name that color! LESS & SASS

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

Wat is Name that color! LESS & SASS?

Name that color! LESS & SASS is een Chrome-extensie ontwikkeld door nicolasepiscopo, en de belangrijkste functie is "This extension asks for an hexadecimal color code and retrives a scss or less color variable name.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Name that color! LESS & SASS

Download Name that color! LESS & SASS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Name that color! LESS & SASS Name that color! LESS & SASS
ID cniacalbjoddcmdhfnllffgcnikhhdfj
Officiële URL https://chrome.google.com/webstore/detail/name-that-color-less-sass/cniacalbjoddcmdhfnllffgcnikhhdfj
Beschrijving This extension asks for an hexadecimal color code and retrives a scss or less color variable name.
Bestandsgrootte 35.15 KB
Aantal Installaties 74
Huidige Versie 0.2
Laatst Bijgewerkt 2016-07-30
Publicatiedatum 2016-07-30
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar nicolasepiscopo
Betalingswijze free
Extensiewebsite https://github.com/nicolasepiscopo/name-that-color-less-sass
Help Pagina-URL https://github.com/nicolasepiscopo/name-that-color-less-sass/issues
Ondersteunde Talen 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\/"
    ]
}