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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}