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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Name that color! LESS & SASS
قم بتنزيل ملفات الامتداد Name that color! LESS & SASS بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension asks for an hexadecimal color code and returns a less or sass color variable name, or just the color name.
معلومات أساسية عن التمديد
الاسم | |
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 |
عنوان صفحة المساعدة | 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\/" ] } |