Multi Color New Tab

A Multi Color Palette With Every New Tab.

Vad är Multi Color New Tab?

Multi Color New Tab är en Chrome-tillägg utvecklad av Locksley Ltd, och dess huvudfunktion är "A Multi Color Palette With Every New Tab.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Multi Color New Tab-förlängningens CRX-fil

Ladda ner Multi Color New 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

                        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.                    

Grundläggande Information om Tillägg

Namn Multi Color New Tab Multi Color New Tab
ID hidoniliooaomobchkobcfiiepienkkj
Officiell webbadress https://chromewebstore.google.com/detail/multi-color-new-tab/hidoniliooaomobchkobcfiiepienkkj
Beskrivning A Multi Color Palette With Every New Tab.
Filstorlek 133 KB
Antal Installationer 2,021
Aktuell Version 1.4
Senast Uppdaterad 2023-11-24
Publiceringsdatum 2020-10-29
Betyg 3.50/5 Totalt 6 Betyg
Utvecklare Locksley Ltd
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://color-newtab.com/privacy-policy
Stödda Språk 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"
    }
}