Protab

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

What is Protab?

Protab is a Chrome extension developed by protab.me, and its main feature is "This extension is designed to enhance your browser and bring life and variety to your default new tab page. When installing our…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Protab Extension CRX File

Download Protab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Protab Protab
ID ihfobfhcgmbdlpnkledfnbmjndohhnbo
Official URL https://chromewebstore.google.com/detail/protab/ihfobfhcgmbdlpnkledfnbmjndohhnbo
Description This extension is designed to enhance your browser and bring life and variety to your default new tab page. When installing our…
File Size 5.68 MB
Installation Count 14,495
Current Version 1.1.1
Last Updated 2023-03-26
Publish Date 2022-09-27
Rating 5.00/5 Total 20 Ratings
Developer protab.me
Email [email protected]
Payment Type free
Extension Website https://protab.me/
Help Page URL https://protab.me/#contact
Privacy Policy Page URL https://protab.me/privacy-policy.html
Supported Languages 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\/"
    ]
}