Tabbs

Tabbs is the fastest and simplest way to get around in Chrome

Tabbsคืออะไร?

Tabbs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.tabbs.pro และคุณลักษณะหลักของมันคือ "Tabbs is the fastest and simplest way to get around in Chrome"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tabbs

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

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

                        Tabbs 2.0 is finally live!


FIND ANYTHING
🔎 Search for tabs by title or matches within pages
🔖 Browse and manage your bookmarks
⌛️ Search your browsing history
🕵️ Search multiple windows at once


ORGANIZE TABS USING GROUPS, SUPERCHARGED
📂 Create, navigate and manage tab groups
💾 Group Stash - save sessions, close and relaunch them at any time
🎯 Focus Mode - Focus on one Group at a time
😴 Nap Group - suspect all tabs within a group

MANAGE TABS, KEYBOARD FIRST
⌨️ Close, Pin, Mute tabs
👇 Select multiple tabs at once and perform bulk actions
🌗 Suspect tabs automatically or manually using Tab Nap
🪄 Close duplicate tabs
🌚 and of course, Dark Mode


This extension was designed and built with much love, so we hope you enjoy using it. 
If you have any feedback, feel free to reach out to [email protected]

Learn more: tabbs.pro
Unlock Premium: https://tabbsforpros.gumroad.com/l/premium


🚀Release notes
Jul 27, 2022: Tabbs 2.0 launch
Apr 18, 2022: Tabbs 2.0 beta launch
Nov 3, 2020: Tabbs search function now uses less memory.                    

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

ชื่อ Tabbs Tabbs
ID cicnbbdlbjaoioilpbdioeeaockgbhfi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabbs/cicnbbdlbjaoioilpbdioeeaockgbhfi
คำอธิบาย Tabbs is the fastest and simplest way to get around in Chrome
ขนาดไฟล์ 10.27 MB
จำนวนการติดตั้ง 6,081
เวอร์ชันปัจจุบัน 3.1.5
อัปเดตครั้งล่าสุด 2023-06-21
วันที่เผยแพร่ 2020-07-30
คะแนน 4.12/5 รวมทั้งหมด 33 คะแนน
ผู้พัฒนา https://www.tabbs.pro
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.pixelwrld.co/tabbs/home
URL หน้าช่วยเหลือ https://www.pixelwrld.co/tabbs/home
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tabbs",
    "short_name": "Tabbs",
    "version": "3.1.5",
    "description": "Tabbs is  the fastest and simplest way to get around in Chrome",
    "icons": {
        "32": "icons\/32.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "action": {
        "default_title": "Tabbs",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+J",
                "windows": "Alt+J",
                "mac": "Command+J"
            }
        },
        "close": {
            "suggested_key": {
                "default": "Alt+C",
                "windows": "Alt+C",
                "mac": "Alt+C"
            },
            "description": "Close tab"
        },
        "mute": {
            "suggested_key": {
                "default": "Alt+M",
                "windows": "Alt+M",
                "mac": "Alt+M"
            },
            "description": "Toggle mute"
        },
        "pin": {
            "suggested_key": {
                "default": "Alt+P",
                "windows": "Alt+P",
                "mac": "Alt+P"
            },
            "description": "Toggle pin"
        }
    },
    "permissions": [
        "tabs",
        "tabGroups",
        "commands",
        "storage",
        "bookmarks",
        "history",
        "unlimitedStorage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}