Tab Manager for Chrome™

Quick access to all opened tabs. Manage browser tabs to easily navigate and switch between them.

Tab Manager for Chrome™คืออะไร?

Tab Manager for Chrome™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tabtabtabtabtabtabtabtabtabtabtabtabtabtabtabtabtabtabtabtab.com และคุณลักษณะหลักของมันคือ "Quick access to all opened tabs. Manage browser tabs to easily navigate and switch between them."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Manager for Chrome™

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

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

                        20 Tabs - Take control of your tabs is the every - day assistant in working with browser tabs. Press the hotkey combination to open a search bar with a list of opened tabs. The search bar appears as well to simplify navigation between websites you visit.

Organize browser tabs to a fully manageable list for quick search through opened tabs and easy access to any website you want. There can be created groups of opened tabs by theme, so you will be able to work exactly with needed websites and then collapse tabs altogether that will be saved for further until you want to edit or delete them.

Navigation between opened tabs became so simple with 20 Tabs. There is an opportunity to use hotkeys to find saved domain names and open tabs. 

Every group of tabs is editable thus you can add or remove any tab from the list. As well there is an option to rename each group for more convenience.  

How you can use 20 Tabs:

- Open a clear list of opened tabs with one click
- Navigate between tabs using a search bar
- Remove tab from the list in one click as well as add needed website
- Create groups of browser tabs
- Save to bookmark in a single click

You are welcome with any suggestions about improvements. Visit our options page to contact us or rate.                    

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

ชื่อ Tab Manager for Chrome™ Tab Manager for Chrome™
ID mcfncmgpoefggbpeloigfonenlmamgjf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-manager-for-chrome/mcfncmgpoefggbpeloigfonenlmamgjf
คำอธิบาย Quick access to all opened tabs. Manage browser tabs to easily navigate and switch between them.
ขนาดไฟล์ 489 KB
จำนวนการติดตั้ง 694,159
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2023-01-24
วันที่เผยแพร่ 2020-10-06
คะแนน 4.27/5 รวมทั้งหมด 75 คะแนน
ผู้พัฒนา https://tabtabtabtabtabtabtabtabtabtabtabtabtabtabtabtabtabtabtabtab.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tabtabtabtabtabtabtabtabtabtabtabtabtabtabtabtabtabtabtabtab.com/
URL หน้านโยบายความเป็นส่วนตัว https://tabtabtabtabtabtabtabtabtabtabtabtabtabtabtabtabtabtabtabtab.com/privacy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.4",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "32": "assets\/static\/32.png",
        "64": "assets\/static\/64.png",
        "128": "assets\/static\/128.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "storage",
        "activeTab"
    ],
    "browser_action": {
        "default_title": "__MSG_name__",
        "default_icon": "assets\/static\/128.png",
        "default_popup": ".\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ]
    },
    "commands": {
        "tab-manager": {
            "suggested_key": {
                "default": "Alt+E",
                "linux": "Alt+E",
                "windows": "Alt+E",
                "mac": "Command+E"
            },
            "description": "Open tab manager"
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "assets\/*.svg",
        "assets\/*.png",
        "assets\/*.css",
        "assets\/*.otf",
        "content.css"
    ]
}