Tab Manager

Easily organize all your open tabs in multiple windows from toolbar popup!

Tab Managerคืออะไร?

Tab Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chYer และคุณลักษณะหลักของมันคือ "Easily organize all your open tabs in multiple windows from toolbar popup!"

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

screenshot
screenshot
screenshot

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

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

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

                        This extension is designed to organize tabs from the toolbar popup. The UI for the extension can also be opened in a standalone popup window or a new tab (choose an item from the toolbar button context-menu). Tab Manager add-on supports multi-window and incognito mode. 

To work with this addon, just open the extension UI and start managing your tabs. Within the UI you can see a search bar at the bottom. Above that, there is the list of open tabs for window #1 (a new section is added for each new window). Within each row (tab item) in the list, there are several buttons. The first is the pin button which can be used to pin a desired tab(s). Next is the HTTP/HTTPS sign which shows if a website supports SSL protocol or not. The third icon is the tab icon which updates automatically depending on the tab URL. You can see the tab title right after the tab icon. There are also two buttons on the right side for editing or removing the current item. Please note that within the extension interface, all tab items are draggable. Once you drag an item, the actual tab will be re-positioned as well.

To report bugs, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/tab-manager.html).                    

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

ชื่อ Tab Manager Tab Manager
ID dklidlbmompnpdclmhaaemodlkpddaga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-manager/dklidlbmompnpdclmhaaemodlkpddaga
คำอธิบาย Easily organize all your open tabs in multiple windows from toolbar popup!
ขนาดไฟล์ 64.95 KB
จำนวนการติดตั้ง 1,635
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2023-08-01
วันที่เผยแพร่ 2020-04-08
คะแนน 3.78/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา chYer
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mybrowseraddon.com/tab-manager.html
URL หน้าช่วยเหลือ https://mybrowseraddon.com/tab-manager.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3",
    "manifest_version": 3,
    "name": "Tab Manager",
    "offline_enabled": true,
    "homepage_url": "https:\/\/mybrowseraddon.com\/tab-manager.html",
    "description": "Easily organize all your open tabs in multiple windows from toolbar popup!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_title": "Tab Manager",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}