Name that color! LESS & SASS
This extension asks for an hexadecimal color code and retrives a scss or less color variable name.
Apa itu Name that color! LESS & SASS?
Name that color! LESS & SASS adalah ekstensi Chrome yang dikembangkan oleh nicolasepiscopo, dan fitur utamanya adalah "This extension asks for an hexadecimal color code and retrives a scss or less color variable name.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Name that color! LESS & SASS
Unduh file ekstensi Name that color! LESS & SASS dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension asks for an hexadecimal color code and returns a less or sass color variable name, or just the color name. Informasi Dasar Ekstensi
| Nama | |
| ID | cniacalbjoddcmdhfnllffgcnikhhdfj |
| URL Resmi | https://chrome.google.com/webstore/detail/name-that-color-less-sass/cniacalbjoddcmdhfnllffgcnikhhdfj |
| Deskripsi | This extension asks for an hexadecimal color code and retrives a scss or less color variable name. |
| Ukuran File | 35.15 KB |
| Jumlah Instalasi | 74 |
| Versi Saat Ini | 0.2 |
| Terakhir Diperbarui | 2016-07-30 |
| Tanggal Publikasi | 2016-07-30 |
| Penilaian | 1.00/5 Total 1 Penilaian |
| Pengembang | nicolasepiscopo |
| Tipe Pembayaran | free |
| Situs Ekstensi | https://github.com/nicolasepiscopo/name-that-color-less-sass |
| URL Halaman Bantuan | https://github.com/nicolasepiscopo/name-that-color-less-sass/issues |
| Bahasa yang Didukung | 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\/"
]
} | |