ProTab

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

¿Qué es ProTab?

ProTab es una extensión de Chrome desarrollada por https://getprotab.com, y su función principal es "A smart and highly customizable new tab to improve your productivity | The best chrome extension for productivity".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión ProTab

Descarga archivos de extensión ProTab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre ProTab ProTab
ID jbfnkcpnlnedmfafgpcidgdfkkikgmbn
URL Oficial https://chromewebstore.google.com/detail/protab/jbfnkcpnlnedmfafgpcidgdfkkikgmbn
Descripción A smart and highly customizable new tab to improve your productivity | The best chrome extension for productivity
Tamaño del Archivo 1.14 MB
Cantidad de Instalaciones 204
Versión Actual 0.0.5
Última Actualización 2020-10-06
Fecha de Publicación 2020-09-14
Calificación 4.96/5 Total de 25 Calificaciones
Desarrollador https://getprotab.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://getprotab.com
URL de la Página de Ayuda https://getprotab.com
Idiomas Soportados 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"
}