UniTab

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

Was ist UniTab?

UniTab ist eine Chrome-Erweiterung, die von https://www.unitab.co entwickelt wurde, und ihr Hauptmerkmal ist "Lets you search through the web with a beautiful wallpaper and a search bar in every new tab.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

UniTab-Erweiterungs-CRX-Datei herunterladen

Laden Sie UniTab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name UniTab UniTab
ID pkofgnelfapboohgpdhkcihfgbemgpla
Offizielle URL https://chromewebstore.google.com/detail/unitab/pkofgnelfapboohgpdhkcihfgbemgpla
Beschreibung Lets you search through the web with a beautiful wallpaper and a search bar in every new tab.
Dateigröße 20.55 MB
Installationsanzahl 108
Aktuelle Version 1.0.0
Letztes Update 2023-06-17
Veröffentlichungsdatum 2023-05-06
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://www.unitab.co
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.unitab.co
URL der Datenschutzrichtlinien-Seite https://www.unitab.co/privacy
Unterstützte Sprachen 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"
            ]
        }
    ]
}