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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nicolasepiscopo และคุณลักษณะหลักของมันคือ "This extension asks for an hexadecimal color code and retrives a scss or less color variable name."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Name that color! LESS & SASS

ดาวน์โหลดไฟล์ส่วนขยาย 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\/"
    ]
}