ProTab

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

ProTab란 무엇입니까?

ProTab은(는) https://getprotab.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A smart and highly customizable new tab to improve your productivity | The best chrome extension for productivity"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ProTab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}