Name that color! LESS & SASS

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

Vad är Name that color! LESS & SASS?

Name that color! LESS & SASS är en Chrome-tillägg utvecklad av nicolasepiscopo, och dess huvudfunktion är "This extension asks for an hexadecimal color code and retrives a scss or less color variable name.".

Tilläggsskärmbilder

screenshot

Ladda ner Name that color! LESS & SASS-förlängningens CRX-fil

Ladda ner Name that color! LESS & SASS-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Name that color! LESS & SASS Name that color! LESS & SASS
ID cniacalbjoddcmdhfnllffgcnikhhdfj
Officiell webbadress https://chrome.google.com/webstore/detail/name-that-color-less-sass/cniacalbjoddcmdhfnllffgcnikhhdfj
Beskrivning This extension asks for an hexadecimal color code and retrives a scss or less color variable name.
Filstorlek 35.15 KB
Antal Installationer 74
Aktuell Version 0.2
Senast Uppdaterad 2016-07-30
Publiceringsdatum 2016-07-30
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare nicolasepiscopo
Betalningssätt free
Tilläggswebbplats https://github.com/nicolasepiscopo/name-that-color-less-sass
Hjälpsida URL https://github.com/nicolasepiscopo/name-that-color-less-sass/issues
Stödda Språk 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\/"
    ]
}