Buddy Tab

Buddy Tab

什麼是Buddy Tab?

Buddy Tab是由buddytab21開發的Chrome擴展程式,該擴展的主要功能是“Buddy Tab”。

擴展截圖

screenshot

下載Buddy Tab擴展crx文件

下載Buddy Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Overview:

Buddy Tab is here to be your friend and help you navigate the web. Buddy Tab is a Chrome Extension for the New Tab

By clicking ADD TO CHROME, you accept and agree to installing the Buddy Tab extension and setting Chrome™ New Tab to that provided by the service with web search by Bing, and the Terms of Use and Privacy Policy.

This extension changes your existing new tab page and provides the features below:
- a Buddy to search
- Popular useful links
- Current date & time
- New tab search box providing search results

Use the new tab search box to search your desired information, images, videos, and more.
Buddy Tab is with you all the way through to your search results page.

This extension is free to download from the Chrome Web store

Terms of Service:
https://buddy-tab.com/Term-condition.html

Privacy Policy:
https://buddy-tab.com/privacy-policy.html                    

擴展基本資訊

名稱 Buddy Tab Buddy Tab
ID piehjdkngpioinnnjkhaghnfdhdpfaak
官方網址 https://chromewebstore.google.com/detail/buddy-tab/piehjdkngpioinnnjkhaghnfdhdpfaak
簡介 Buddy Tab
檔案大小 7.66 MB
安裝次數 42
目前版本 1.6
更新時間 2022-05-02
上架時間 2021-11-10
評分 4.82/5 共 17 次評分
開發者 buddytab21
電子郵箱 [email protected]
付費類型 free
擴展官網 http://install.buddy-tab.com
隱私政策頁面URL https://buddy-tab.com/privacy-policy.html
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Buddy Tab",
    "short_name": "Buddy Tab",
    "version": "1.6",
    "description": "Buddy Tab",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "search"
    ]
}