UniTab

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

Qu'est-ce que UniTab ?

UniTab est une extension Chrome développée par https://www.unitab.co, et sa fonction principale est "Lets you search through the web with a beautiful wallpaper and a search bar in every new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension UniTab

Téléchargez les fichiers d'extension UniTab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom UniTab UniTab
ID pkofgnelfapboohgpdhkcihfgbemgpla
URL Officiel https://chromewebstore.google.com/detail/unitab/pkofgnelfapboohgpdhkcihfgbemgpla
Description Lets you search through the web with a beautiful wallpaper and a search bar in every new tab.
Taille du Fichier 20.55 MB
Nombre d'Installations 108
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-06-17
Date de Publication 2023-05-06
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://www.unitab.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.unitab.co
URL de la Page de Politique de Confidentialité https://www.unitab.co/privacy
Langues Prises en Charge 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"
            ]
        }
    ]
}