Hue Tab
A beautiful colourful new tab every time you open a new tab.
Wat is Hue Tab?
Hue Tab is een Chrome-extensie ontwikkeld door nikolaibain, en de belangrijkste functie is "A beautiful colourful new tab every time you open a new tab.".
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
A personalised new tab dashboard that is minimal, beautiful, and easy to use. Features include: • Clock options • Search bar • Your favourite bookmarks • Greeting • Different colour/theme options • Date options
Basisinformatie over de Extensie
Naam | |
ID | bklmpkfhlbcjjpmdgcknfolcedillefl |
Officiële URL | https://chrome.google.com/webstore/detail/hue-tab/bklmpkfhlbcjjpmdgcknfolcedillefl |
Beschrijving | A beautiful colourful new tab every time you open a new tab. |
Bestandsgrootte | 61.4 KB |
Aantal Installaties | 52 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-03-18 |
Publicatiedatum | 2021-03-18 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | nikolaibain |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hue Tab", "version": "1.0", "description": "A beautiful colourful new tab every time you open a new tab.", "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/icons\/icon_16.png", "32": "images\/icons\/icon_32.png", "48": "images\/icons\/icon_48.png", "128": "images\/icons\/icon_128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": { "16": "images\/icons\/icon_16.png", "32": "images\/icons\/icon_32.png", "48": "images\/icons\/icon_48.png", "128": "images\/icons\/icon_128.png" } } } |