UniTab

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

UniTabとは何ですか?

UniTabはhttps://www.unitab.coによって開発されたChromeの拡張機能で、その主な機能は「Lets you search through the web with a beautiful wallpaper and a search bar in every new tab.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

UniTab拡張機能のCRXファイルをダウンロード

UniTab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 UniTab UniTab
ID pkofgnelfapboohgpdhkcihfgbemgpla
公式URL https://chromewebstore.google.com/detail/unitab/pkofgnelfapboohgpdhkcihfgbemgpla
説明 Lets you search through the web with a beautiful wallpaper and a search bar in every new tab.
ファイルサイズ 20.55 MB
インストール数 108
現在のバージョン 1.0.0
最終更新日 2023-06-17
公開日 2023-05-06
評価 5.00/5 合計 3 レビュー
開発者 https://www.unitab.co
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.unitab.co
プライバシーポリシーページのURL https://www.unitab.co/privacy
対応言語 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"
            ]
        }
    ]
}