Multi Color New Tab
A Multi Color Palette With Every New Tab.
Wat is Multi Color New Tab?
Multi Color New Tab is een Chrome-extensie ontwikkeld door Locksley Ltd, en de belangrijkste functie is "A Multi Color Palette With Every New Tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Multi Color New Tab
Download Multi Color New 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
Multi Color New Tab fills your new tabs with amazing color palette backgrounds, randomly selecting a palette each time you open a new tab. Spice up your new tabs with this simple extension. By clicking "add to Chrome", I accept and agree to installing the Multi Color New Tab extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use and Privacy Policy. ToS: https://color-newtab.com/terms-and-conditions PP: https://color-newtab.com/privacy-policy The extension replaces your New Tab search engine and provides a new search experience with search results by Microsoft Bing.
Basisinformatie over de Extensie
Naam | Multi Color New Tab |
ID | hidoniliooaomobchkobcfiiepienkkj |
Officiële URL | https://chromewebstore.google.com/detail/multi-color-new-tab/hidoniliooaomobchkobcfiiepienkkj |
Beschrijving | A Multi Color Palette With Every New Tab. |
Bestandsgrootte | 133 KB |
Aantal Installaties | 2,021 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2023-11-24 |
Publicatiedatum | 2020-10-29 |
Beoordeling | 3.50/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Locksley Ltd |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://color-newtab.com/privacy-policy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Multi Color New Tab", "version": "1.4", "manifest_version": 3, "description": "A Multi Color Palette With Every New Tab.", "background": { "service_worker": "background.bundle.js" }, "action": { "default_icon": "icon128.png", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "host_permissions": [ "https:\/\/color-newtabs.com\/*" ], "chrome_url_overrides": { "newtab": "newtab.html" } } |