Name that color! LESS & SASS

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

What is Name that color! LESS & SASS?

Name that color! LESS & SASS is a Chrome extension developed by nicolasepiscopo, and its main feature is "This extension asks for an hexadecimal color code and retrives a scss or less color variable name.".

Extension Screenshots

screenshot

Download Name that color! LESS & SASS Extension CRX File

Download Name that color! LESS & SASS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Name that color! LESS & SASS Name that color! LESS & SASS
ID cniacalbjoddcmdhfnllffgcnikhhdfj
Official URL https://chrome.google.com/webstore/detail/name-that-color-less-sass/cniacalbjoddcmdhfnllffgcnikhhdfj
Description This extension asks for an hexadecimal color code and retrives a scss or less color variable name.
File Size 35.15 KB
Installation Count 74
Current Version 0.2
Last Updated 2016-07-30
Publish Date 2016-07-30
Rating 1.00/5 Total 1 Ratings
Developer nicolasepiscopo
Payment Type free
Extension Website https://github.com/nicolasepiscopo/name-that-color-less-sass
Help Page URL https://github.com/nicolasepiscopo/name-that-color-less-sass/issues
Supported Languages 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\/"
    ]
}