Name that color! LESS & SASS

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

什么是Name that color! LESS & SASS?

Name that color! LESS & SASS是由nicolasepiscopo开发的Chrome扩展程序,该扩展的主要功能是“This extension asks for an hexadecimal color code and retrives a scss or less color variable name.”。

扩展截图

screenshot

下载Name that color! LESS & SASS扩展crx文件

下载Name that color! LESS & SASS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Name that color! LESS & SASS Name that color! LESS & SASS
ID cniacalbjoddcmdhfnllffgcnikhhdfj
官方URL https://chrome.google.com/webstore/detail/name-that-color-less-sass/cniacalbjoddcmdhfnllffgcnikhhdfj
简介 This extension asks for an hexadecimal color code and retrives a scss or less color variable name.
文件大小 35.15 KB
安装次数 74
当前版本 0.2
更新时间 2016-07-30
上架时间 2016-07-30
评分 1.00/5 共1次评分
开发者 nicolasepiscopo
付费类型 free
扩展官网 https://github.com/nicolasepiscopo/name-that-color-less-sass
帮助页面URL https://github.com/nicolasepiscopo/name-that-color-less-sass/issues
支持的语言 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\/"
    ]
}