ProTab

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

Что такое ProTab?

ProTab - это расширение Chrome, разработанное https://getprotab.com, и его основная функция - "A smart and highly customizable new tab to improve your productivity | The best chrome extension for productivity".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения ProTab

Скачайте файлы расширений ProTab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название ProTab ProTab
ID jbfnkcpnlnedmfafgpcidgdfkkikgmbn
Официальный URL https://chromewebstore.google.com/detail/protab/jbfnkcpnlnedmfafgpcidgdfkkikgmbn
Описание A smart and highly customizable new tab to improve your productivity | The best chrome extension for productivity
Размер файла 1.14 MB
Количество установок 204
Текущая Версия 0.0.5
Последнее Обновление 2020-10-06
Дата публикации 2020-09-14
Рейтинг 4.96/5 Всего 25 оценок
Разработчик https://getprotab.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://getprotab.com
URL страницы помощи https://getprotab.com
Поддерживаемые языки 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"
}