ProTab

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

Apa itu ProTab?

ProTab adalah ekstensi Chrome yang dikembangkan oleh https://getprotab.com, dan fitur utamanya adalah "A smart and highly customizable new tab to improve your productivity | The best chrome extension for productivity".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi ProTab

Unduh file ekstensi ProTab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama ProTab ProTab
ID jbfnkcpnlnedmfafgpcidgdfkkikgmbn
URL Resmi https://chromewebstore.google.com/detail/protab/jbfnkcpnlnedmfafgpcidgdfkkikgmbn
Deskripsi A smart and highly customizable new tab to improve your productivity | The best chrome extension for productivity
Ukuran File 1.14 MB
Jumlah Instalasi 204
Versi Saat Ini 0.0.5
Terakhir Diperbarui 2020-10-06
Tanggal Publikasi 2020-09-14
Penilaian 4.96/5 Total 25 Penilaian
Pengembang https://getprotab.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://getprotab.com
URL Halaman Bantuan https://getprotab.com
Bahasa yang Didukung 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"
}