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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BkWare และคุณลักษณะหลักของมันคือ ""I got 99 problems, but a tab ain't one." An intelligent tab manager for the everyday user."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ProTABS - The Tab Manager for Pros

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}