Hue Tab
A customizable HSL color picker on every new tab page
Wat is Hue Tab?
Hue Tab is een Chrome-extensie ontwikkeld door Vishal Devireddy, en de belangrijkste functie is "A customizable HSL color picker on every new tab page".
Extensie Screenshots
Download het CRX-bestand van de extensie Hue Tab
Download Hue Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Hue Tab |
ID | mhpnoeopnoemnkkklmmmpjecilooeaoe |
Officiële URL | https://chromewebstore.google.com/detail/hue-tab/mhpnoeopnoemnkkklmmmpjecilooeaoe |
Beschrijving | A customizable HSL color picker on every new tab page |
Bestandsgrootte | 38.21 KB |
Aantal Installaties | 147 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2022-12-19 |
Publicatiedatum | 2018-03-11 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Vishal Devireddy |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/TwoTau/Hue-Tab |
Ondersteunde Talen | 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" } |