ProTab

A smart and highly customizable new tab to improve your productivity | The best chrome extension for productivity

What is ProTab?

ProTab is a Chrome extension developed by https://getprotab.com, and its main feature is "A smart and highly customizable new tab to improve your productivity | The best chrome extension for productivity".

Extension Screenshots

screenshot
screenshot
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

                        A beautifully designed, fully customizable productivity extension, to take your productivity to the next level.

ProTab offers following features -

Notes
Todos
Read Later Links
Custom bookmark collections
Save Session
Tab Switcher
Quick Links
Top Sites
Search

- Most of these apps can also be opened as separate app.
- You can drag them around and design your new tab in your own way.

✔  Todos - 
Create todo with deadline and get notified when a deadline is close or when you reach the deadline, so you always complete your task.

✔  Read Later - 
Add Links and page directly to the read later from any page so you don't forget your research.

✔  Collection - 
Create and mange your bookmark collection, you can save session and open all the links of a collection with on click.

✔  Tab Switcher - 
Go to any tab directly, press Alt+M / option+M to open tab switcher.

✔ Notes - 
A full editor it will be all you need for you notes, create list, add links, add images, videos to your note and much more ....

✔  Search -
Search in any given top search engines - Google, DuckDuckGo, Bing Yahoo!  you choose.

✔ Quick Links -
Add your favourite links directly to the quick link, and have easy access to then in you new tab.

✔ Top Sites - 
See you to visited site at one place.



And much more is coming.....                    

Extension Basic Information

Name ProTab ProTab
ID jbfnkcpnlnedmfafgpcidgdfkkikgmbn
Official URL https://chromewebstore.google.com/detail/protab/jbfnkcpnlnedmfafgpcidgdfkkikgmbn
Description A smart and highly customizable new tab to improve your productivity | The best chrome extension for productivity
File Size 1.14 MB
Installation Count 204
Current Version 0.0.5
Last Updated 2020-10-06
Publish Date 2020-09-14
Rating 4.96/5 Total 25 Ratings
Developer https://getprotab.com
Email [email protected]
Payment Type free
Extension Website https://getprotab.com
Help Page URL https://getprotab.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ProTab",
    "description": "A smart and highly customizable new tab to improve your productivity | The best chrome extension for productivity",
    "version": "0.0.5",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "omnibox": {
        "keyword": "p"
    },
    "manifest_version": 2,
    "permissions": [
        "",
        "background",
        "tabs",
        "storage",
        "alarms",
        "notifications",
        "contextMenus",
        "topSites",
        "chrome:\/\/favicon\/",
        "unlimitedStorage",
        "activeTab",
        "identity",
        "identity.email"
    ],
    "browser_action": {
        "default_title": "Open ProTab Apps"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk=' https:\/\/ssl.google-analytics.com; object-src 'self';",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/bundle.js"
            ]
        }
    ],
    "commands": {
        "manage-tabs": {
            "suggested_key": {
                "default": "Alt+M"
            },
            "description": "Open tabs manager"
        },
        "commandbar": {
            "suggested_key": {
                "default": "Alt+N"
            },
            "description": "Open commandbar"
        }
    },
    "web_accessible_resources": [
        "index.html",
        "commandbar.html"
    ],
    "minimum_chrome_version": "23"
}