UniTab

Lets you search through the web with a beautiful wallpaper and a search bar in every new tab.

Wat is UniTab?

UniTab is een Chrome-extensie ontwikkeld door https://www.unitab.co, en de belangrijkste functie is "Lets you search through the web with a beautiful wallpaper and a search bar in every new tab.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie UniTab

Download UniTab-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

                        Search the internet with stunning new tab wallpapers.

Please enjoy your search experience. The UniTab extension will configure your default search and new tab to UniTab.

By clicking "Add to chrome", I accept and agree to installing 'UniTab' -  Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms Of Use and Privacy Policy.

Terms Of Use: https://www.unitab.co/eula
Privacy Policy: https://www.unitab.co/privacy

The extension will update your new tab settings and will change your search to be powered by Microsoft Bing.                    

Basisinformatie over de Extensie

Naam UniTab UniTab
ID pkofgnelfapboohgpdhkcihfgbemgpla
Officiële URL https://chromewebstore.google.com/detail/unitab/pkofgnelfapboohgpdhkcihfgbemgpla
Beschrijving Lets you search through the web with a beautiful wallpaper and a search bar in every new tab.
Bestandsgrootte 20.55 MB
Aantal Installaties 108
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-06-17
Publicatiedatum 2023-05-06
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://www.unitab.co
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.unitab.co
URL van de Privacybeleid Pagina https://www.unitab.co/privacy
Ondersteunde Talen en-US
manifest.json
{
    "author": "UniTab",
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "description": "Lets you search through the web with a beautiful wallpaper and a search bar in every new tab.",
    "homepage_url": "https:\/\/www.unitab.co",
    "icons": {
        "16": "icon\/16x16.png",
        "32": "icon\/32x32.png",
        "48": "icon\/48x48.png",
        "128": "icon\/128x128.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "UniTab",
    "permissions": [
        "tabs",
        "storage"
    ],
    "short_name": "UniTab",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icon.png"
            ]
        }
    ]
}