TabTabTab - All In One Tab Manager

Supports your browsing by improving tab management.

TabTabTab - All In One Tab Managerคืออะไร?

TabTabTab - All In One Tab Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://okaryo.studio และคุณลักษณะหลักของมันคือ "Supports your browsing by improving tab management."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabTabTab - All In One Tab Manager

ดาวน์โหลดไฟล์ส่วนขยาย TabTabTab - All In One Tab Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        TabTabTab: All In One Tab Manager

Lost in a sea of tabs? Feel overwhelmed by their sheer number? TabTabTab is here to revolutionize the way you manage tabs. Experience a seamless, organized, and efficient browsing like never before.

🌟 Key Features:

* Comprehensive Tab Overview: View all your windows and tabs, including those grouped, in one unified list.
* Flexible Drag & Drop: Organize your tabs freely - be it pinned, grouped, or standalone.
* Window and Group Save & Restore: Quickly save and restore your tab groups and window sessions, ensuring a seamless continuation of your work.
* Automatic Tab Grouping: Tabs are automatically organized based on domain or subdomain, making it easier to manage and navigate your tabs.

✨ Additional Features:

* Duplicate Tab Alert: Avoid clutter with automated alerts for duplicate tabs. Effortlessly close duplicates to streamline your browsing.
* Window Merge: Combine multiple browser windows into one with a single click, organizing scattered tabs into a cohesive session.
* Time Tracking: Keep track of how long it's been since you last accessed a tab.
* Essential Tab Operations: URL copying, pinning, grouping, and more.
* Screenshot Tool: Quickly capture the active tab's visible area.
* Efficient Navigation & Search: Jump to or find your desired tabs in seconds.
* Automatic Cleanup: Auto-remove tabs you haven't accessed based on your preferences.
* Side Panel Tab Overview: Easily access a list of your tabs through a convenient side panel.
* Dark Mode: Switch to a darker, more focused look whenever you wish.

The source code for TabTabTab is public on GitHub at the following link.

https://github.com/okaryo/TabTabTab

Also, TabTabTab use GitHub Discussions to allow anyone to freely suggest features, report bugs, or ask questions. Let's work together to make TabTabTab even better!

https://github.com/okaryo/TabTabTab/discussions                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TabTabTab - All In One Tab Manager TabTabTab - All In One Tab Manager
ID hfmnidllojimehmfjkclnadpebibhgoi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabtabtab-all-in-one-tab/hfmnidllojimehmfjkclnadpebibhgoi
คำอธิบาย Supports your browsing by improving tab management.
ขนาดไฟล์ 256 KB
จำนวนการติดตั้ง 252
เวอร์ชันปัจจุบัน 2.29.3
อัปเดตครั้งล่าสุด 2024-03-03
วันที่เผยแพร่ 2022-02-01
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://okaryo.studio
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/okaryo/TabTabTab
URL หน้าช่วยเหลือ https://github.com/okaryo/TabTabTab/discussions
URL หน้านโยบายความเป็นส่วนตัว https://okaryo.github.io/pages/chrome-extension/tabtabtab/privacy-policy
ภาษาที่รองรับ de,en,en-GB,en-US,fr,pl,bg,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "short_name": "__MSG_app_name_short__",
    "description": "__MSG_app_desc__",
    "default_locale": "en",
    "version": "2.29.3",
    "action": {
        "default_title": "TabTabTab",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon_16.png",
            "32": "icon_32.png",
            "48": "icon_48.png",
            "128": "icon_128.png"
        }
    },
    "permissions": [
        "alarms",
        "activeTab",
        "tabGroups",
        "tabs",
        "storage",
        "sidePanel"
    ],
    "side_panel": {
        "default_path": "side_panel.html"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": "Alt+Shift+T",
            "description": "Open TabTabTab popup"
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/assets\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}