Tab Manager

Chromium tabs manager

Tab Managerคืออะไร?

Tab Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jary Wong และคุณลักษณะหลักของมันคือ "Chromium tabs manager"

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

screenshot
screenshot

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

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

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

                        Chromium tabs manager is a browser extension that allows you to manage your browser tabs more efficiently. It offers the following features:

1. Automatic tab saving every 5 minutes, allowing you to easily recover your tabs in the event of a browser crash.
2. The ability to close selected tabs with ease.
3. A snooze function to delay loading of tabs and save memory.
4. The ability to search for tabs by title, which can also be done directly from the address bar using the keyword "tm + Tab" shortcut.

These features are designed to improve your browsing experience and help you stay organized while working. If you have any further suggestions or feature requests, please feel free to share them with us.                    

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

ชื่อ Tab Manager Tab Manager
ID omhcmflkpicbabnambfoocfmhgchakbj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-manager/omhcmflkpicbabnambfoocfmhgchakbj
คำอธิบาย Chromium tabs manager
ขนาดไฟล์ 54.28 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 0.0.13
อัปเดตครั้งล่าสุด 2023-03-06
วันที่เผยแพร่ 2020-07-29
ผู้พัฒนา Jary Wong
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "author": "Jary Wong",
    "version": "0.0.13",
    "default_locale": "en",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "icons": {
        "16": "icons\/TabManager_16.png",
        "48": "icons\/TabManager_48.png",
        "128": "icons\/TabManager_128.png"
    },
    "browser_action": {
        "default_icon": "icons\/TabManager_128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__"
    },
    "permissions": [
        "tabs",
        "storage",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "background": {
        "scripts": [
            "js\/common.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "omnibox": {
        "keyword": "tm"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Right"
            }
        },
        "snoozeCurrent": {
            "description": "__MSG_snoozeCurrent__",
            "suggested_key": {
                "default": "Alt+Q"
            }
        }
    }
}