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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension asks for an hexadecimal color code and retrives a scss or less color variable name."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Name that color! LESS & SASS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/"
    ]
}