Hue Tab
A customizable HSL color picker on every new tab page
Apa itu Hue Tab?
Hue Tab adalah ekstensi Chrome yang dikembangkan oleh Vishal Devireddy, dan fitur utamanya adalah "A customizable HSL color picker on every new tab page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hue Tab
Unduh file ekstensi Hue Tab 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
Hue Tab is a Chrome extension that displays a HSL color picker on every new tab page. HSL (Hue, Saturation, and Lightness) is an intuitive color model, an alternative to RGB. This extension displays a bright and customizable color picker on every new tab page, including incognito mode. The code is open source at https://github.com/TwoTau/Hue-Tab
Informasi Dasar Ekstensi
Nama | Hue Tab |
ID | mhpnoeopnoemnkkklmmmpjecilooeaoe |
URL Resmi | https://chromewebstore.google.com/detail/hue-tab/mhpnoeopnoemnkkklmmmpjecilooeaoe |
Deskripsi | A customizable HSL color picker on every new tab page |
Ukuran File | 38.21 KB |
Jumlah Instalasi | 147 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2022-12-19 |
Tanggal Publikasi | 2018-03-11 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Vishal Devireddy |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/TwoTau/Hue-Tab |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hue Tab", "description": "A customizable HSL color picker on every new tab page", "version": "1.0.0", "chrome_url_overrides": { "newtab": "newtab.html" }, "offline_enabled": true, "permissions": [ "storage" ], "options_page": "options.html", "incognito": "split" } |