ProTABS - The Tab Manager for Pros

"I got 99 problems, but a tab ain't one." An intelligent tab manager for the everyday user.

什么是ProTABS - The Tab Manager for Pros?

ProTABS - The Tab Manager for Pros是由BkWare开发的Chrome扩展程序,该扩展的主要功能是“"I got 99 problems, but a tab ain't one." An intelligent tab manager for the everyday user.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载ProTABS - The Tab Manager for Pros扩展crx文件

下载ProTABS - The Tab Manager for Pros扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ProTABS is an intelligent tab manager designed to to make your life easier. It's particularly useful when dealing with large amounts of tabs, empowering you to work and browse more efficiently.

ProTABS effectively replaces many other extensions such as tree tabs, tab suspender, tab recycler, etc, and enables many powerful workflows such as:

▶ Pin your frequently used tabs (like email!) so you can refer back to them quickly and see any notifications at a glance.

▶ Create groups from your tabs and windows to categorise them by topic.

▶ See tabs grouped automatically by site and by topic.

▶ Save individual or groups of tabs for future reference. Star them, close them, then come back to them later!

▶ Quickly search for tabs by name, group, or by URL and switch back to them easily. 100% keyboard friendly, for the real Pro's!

▶ Rapidly switch back to your previous tab with a simple keyboard shortcut!

▶ Quickly find and restore tabs that you closed accidentally.

▶ Pop open a group of related tabs to a new window so you can focus on one topic at a time.


ProTABS can also work in the background to help keep your browsing efficient by:

▶ "Pausing" tabs after period of disuse, freeing up memory and making your browser run faster!

▶ "Tidying-up" your tabs automatically after a period of disuse by Saving and then closing them automatically. We'll tidy-up your tabs so that you don't have to! 

Happy ProTABBING!                    

扩展基本信息

名称 ProTABS - The Tab Manager for Pros ProTABS - The Tab Manager for Pros
ID hagccgdaknhhkbmchgnmeapckfipacfi
官方URL https://chromewebstore.google.com/detail/protabs-the-tab-manager-f/hagccgdaknhhkbmchgnmeapckfipacfi
简介 "I got 99 problems, but a tab ain't one." An intelligent tab manager for the everyday user.
文件大小 740 KB
安装次数 8,192
当前版本 2.1.1
更新时间 2020-02-11
上架时间 2020-02-11
评分 3.96/5 共28次评分
开发者 BkWare
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.protabs.expert
帮助页面URL https://talk.protabs.expert
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ProTABS - The Tab Manager for Pros",
    "short_name": "ProTABS",
    "description": "\"I got 99 problems, but a tab ain't one.\"  An intelligent tab manager for the everyday user.",
    "version": "2.1.1",
    "minimum_chrome_version": "55",
    "icons": {
        "16": ".\/static\/icons\/icon16.png",
        "32": ".\/static\/icons\/icon32.png",
        "48": ".\/static\/icons\/icon48.png",
        "128": ".\/static\/icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "frontend.html"
    },
    "background": {
        "page": "backend.html",
        "persistent": false
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+A"
            }
        },
        "alt-tab": {
            "suggested_key": {
                "default": "Alt+A"
            },
            "description": "Switch between most recent tab."
        }
    },
    "permissions": [
        "tabs",
        "sessions",
        "webNavigation",
        "storage",
        "alarms"
    ]
}