Color Tab
A Beautiful Color Palette With Every New Tab!
Vad är Color Tab?
Color Tab är en Chrome-tillägg utvecklad av https://colorhunt.co, och dess huvudfunktion är "A Beautiful Color Palette With Every New Tab!".
Tilläggsskärmbilder
Ladda ner Color Tab-förlängningens CRX-fil
Ladda ner Color Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | hchlgfaicmddilenlflajnmomalehbom |
| Officiell webbadress | https://chromewebstore.google.com/detail/color-tab/hchlgfaicmddilenlflajnmomalehbom |
| Beskrivning | A Beautiful Color Palette With Every New Tab! |
| Filstorlek | 16.77 KB |
| Antal Installationer | 224,286 |
| Aktuell Version | 2 |
| Senast Uppdaterad | 2020-05-07 |
| Publiceringsdatum | 2020-05-06 |
| Betyg | 4.18/5 Totalt 1437 Betyg |
| Utvecklare | https://colorhunt.co |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://colorhunt.co |
| Stödda Språk | 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"
}
} | |