Protab

This extension is designed to enhance your browser and bring life and variety to your default new tab page. When installing our…

什麼是Protab?

Protab是由protab.me開發的Chrome擴展程式,該擴展的主要功能是“This extension is designed to enhance your browser and bring life and variety to your default new tab page. When installing our…”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Protab擴展crx文件

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

擴展使用說明

                        This extension is designed to enhance your browser and bring life and variety to your default new tab page. 

When installing our product, by selecting “Add to Chrome”, I accept and
agree to install the Pro Tab Extension and set Chrome New Tab to the
service’s default, as well as the Terms of Service and Privacy Policy.
Microsoft Bing will power the New Tab Search.

With Pro Tab, you will have a completely new and customized new tab look. As shown in the screenshots, stunning wallpapers will decorate your background, while additional features will be attached to your browser. 

Some of those features include a to-do list and bookmarks. You also get notes and many other features you can customize and adjust to your needs. You can add and remove features that you would like. With Pro Tab, everything is under your control.

Let's not forget to mention that you can shuffle backgrounds and pick the one you like the most to decorate your wallpaper. And even if you get bored of the same look on your desktop, you can easily pick a different image. 

Feel free to explore the 'settings' option in the bottom left corner. There, you will find controls that turn on and off elements of the extension. You might find this feature useful if you would like a more discrete new tab appearance.

You can visit our website if you want to know more about us, or you can contact us if you have any questions that we didn't cover. 
- https://protab.me/
- https://protab.me/#contact
- https://protab.me/privacy-policy.html
- https://protab.me/eula.html                    

擴展基本資訊

名稱 Protab Protab
ID ihfobfhcgmbdlpnkledfnbmjndohhnbo
官方網址 https://chromewebstore.google.com/detail/protab/ihfobfhcgmbdlpnkledfnbmjndohhnbo
簡介 This extension is designed to enhance your browser and bring life and variety to your default new tab page. When installing our…
檔案大小 5.68 MB
安裝次數 14,495
目前版本 1.1.1
更新時間 2023-03-26
上架時間 2022-09-27
評分 5.00/5 共 20 次評分
開發者 protab.me
電子郵箱 [email protected]
付費類型 free
擴展官網 https://protab.me/
說明頁面URL https://protab.me/#contact
隱私政策頁面URL https://protab.me/privacy-policy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Protab",
    "name": "Protab",
    "manifest_version": 3,
    "version": "1.1.1",
    "icons": {
        "16": "\/images\/icons\/16.png",
        "32": "\/images\/icons\/32.png",
        "48": "\/images\/icons\/48.png",
        "128": "\/images\/icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "\/index.html"
    },
    "background": {
        "service_worker": "\/background.js"
    },
    "permissions": [
        "storage",
        "bookmarks",
        "history"
    ],
    "host_permissions": [
        "*:\/\/protab.me\/*",
        "https:\/\/api.weatherapi.com\/v1\/"
    ]
}