Color Tab
A Beautiful Color Palette With Every New Tab!
Hvad er Color Tab?
Color Tab er en Chrome-udvidelse udviklet af https://colorhunt.co, og dens hovedfunktion er "A Beautiful Color Palette With Every New Tab!".
Udvidelsesskærmbilleder
Download Color Tab-udvidelses-CRX-fil
Download Color 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
Color Tab fills up your "new tab" screen with a beautiful color palette from the best of Color Hunt's collection. Each time you open up a new tab, the page will be replaced with a random color combination.
Grundlæggende oplysninger om udvidelsen
Navn | Color Tab |
ID | hchlgfaicmddilenlflajnmomalehbom |
Officiel URL | https://chromewebstore.google.com/detail/color-tab/hchlgfaicmddilenlflajnmomalehbom |
Beskrivelse | A Beautiful Color Palette With Every New Tab! |
Filstørrelse | 16.77 KB |
Antal Installationer | 224,286 |
Nuværende Version | 2 |
Senest Opdateret | 2020-05-07 |
Udgivelsesdato | 2020-05-06 |
Bedømmelse | 4.18/5 Samlet 1437 Bedømmelser |
Udvikler | https://colorhunt.co |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://colorhunt.co |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Color Tab", "description": "A Beautiful Color Palette With Every New Tab!", "version": "2", "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "chrome_url_overrides": { "newtab": "popup.html" }, "background": { "scripts": [ "bg.js" ] }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |