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 là gì?
Name that color! LESS & SASS là một tiện ích mở rộng Chrome được phát triển bởi nicolasepiscopo, và tính năng chính của nó là "This extension asks for an hexadecimal color code and retrives a scss or less color variable name.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Name that color! LESS & SASS
Tải xuống các tệp mở rộng Name that color! LESS & SASS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension asks for an hexadecimal color code and returns a less or sass color variable name, or just the color name.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cniacalbjoddcmdhfnllffgcnikhhdfj |
URL Chính Thức | https://chrome.google.com/webstore/detail/name-that-color-less-sass/cniacalbjoddcmdhfnllffgcnikhhdfj |
Mô tả | This extension asks for an hexadecimal color code and retrives a scss or less color variable name. |
Kích Thước Tệp | 35.15 KB |
Số Lần Cài Đặt | 74 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2016-07-30 |
Ngày Phát Hành | 2016-07-30 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | nicolasepiscopo |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/nicolasepiscopo/name-that-color-less-sass |
URL Trang Trợ Giúp | https://github.com/nicolasepiscopo/name-that-color-less-sass/issues |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |