Hue Tab
A beautiful colourful new tab every time you open a new tab.
Hvad er Hue Tab?
Hue Tab er en Chrome-udvidelse udviklet af nikolaibain, og dens hovedfunktion er "A beautiful colourful new tab every time you open a new tab.".
Udvidelsesskærmbilleder
Download Hue Tab-udvidelses-CRX-fil
Download Hue Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | bklmpkfhlbcjjpmdgcknfolcedillefl |
Officiel URL | https://chrome.google.com/webstore/detail/hue-tab/bklmpkfhlbcjjpmdgcknfolcedillefl |
Beskrivelse | A beautiful colourful new tab every time you open a new tab. |
Filstørrelse | 61.4 KB |
Antal Installationer | 52 |
Nuværende Version | 1.0 |
Senest Opdateret | 2021-03-18 |
Udgivelsesdato | 2021-03-18 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | nikolaibain |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } } |