Tab Master 5000

The swiss army knife of tab, history, bookmark, session, and extension management.

Tab Master 5000คืออะไร?

Tab Master 5000 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jaszhix และคุณลักษณะหลักของมันคือ "The swiss army knife of tab, history, bookmark, session, and extension management."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Tab Master 5K replaces your New Tab page with a full-featured tabs, history, bookmarks, apps, extensions, and sessions manager.

--- Features

-- Tabs
- Close, pin, and mute tabs from your New Tab page.
- Re-order tab tiles by dragging and dropping them.
- Close all tabs from a specific website.
- Close duplicate tabs, and optionally make them pulsate.
- Manage tabs through icons, the right click menu, or through a table view.
- Search tabs in the top search bar.
- Option to sort tabs by website or alphabetical order, and apply the order to your Chrome window.
- Option to view tabs across all windows.
- Automatically discard tabs from memory and customize how long they have to be inactive to trigger it.

-- Customization
- Full control of the New Tab's appearance with a flexible theme editor.
- Import any wallpaper as a background.
- Adjust the size of the grid tiles.
- View a screenshot of each tab in the grid. 
- Enable screenshots to cover the background of a New Tab page when you hover over a tab tile. You can adjust the strength of the blur and opacity of backgrounds in Preferences.

-- Session Management
- Session manager built in for saving and restoring your current tab sessions.
- Synchronize your saved sessions, and keep them persistently updated with the current Chrome window.
- Tab sessions can be exported and imported.
- View, sort, and filter your session tabs as tiles in the grid view.

-- Chrome Management
- View, sort, and filter your bookmarks, history, apps and extensions as tiles in the grid view. You can change how apps launch, create app shortcuts, enable/disable, or uninstall them.
- Quickly navigate the extension with keyboard shortcuts.
- Undo tab actions by pressing CTRL+Z, or through the context menu while a New Tab page is open.
- Add websites you do not want to view to a comma separated blacklist in Settings -> Preferences. Websites added to the blacklist will have their tabs closed under any circumstance.

Please report any issues on this store page's Support tab.

If you like this extension, or think it could be better, please rate it and leave feedback. You can also fork and pull request this extension on its public Github repository: https://github.com/jaszhix/tab-master-5000-chrome-extension                    

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

ชื่อ Tab Master 5000 Tab Master 5000
ID mippmhcfjhliihkkdobllhpdnmmciaim
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-master-5000/mippmhcfjhliihkkdobllhpdnmmciaim
คำอธิบาย The swiss army knife of tab, history, bookmark, session, and extension management.
ขนาดไฟล์ 2.78 MB
จำนวนการติดตั้ง 4,186
เวอร์ชันปัจจุบัน 2.10.0
อัปเดตครั้งล่าสุด 2021-11-20
วันที่เผยแพร่ 2019-11-27
คะแนน 3.82/5 รวมทั้งหมด 51 คะแนน
ผู้พัฒนา jaszhix
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://neuropuff.com/c/tabmaster5000/
URL หน้าช่วยเหลือ https://github.com/jaszhix/tab-master-5000-chrome-extension/issues
URL หน้านโยบายความเป็นส่วนตัว http://jaszhix.com/tm5kprivacy.html
ภาษาที่รองรับ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "TM5K",
    "version": "2.10.0",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "commands": {
        "openClient": {
            "suggested_key": {
                "windows": "Ctrl+Shift+A",
                "mac": "Ctrl+Shift+A",
                "chromeos": "Ctrl+Shift+A",
                "linux": "Ctrl+Shift+A"
            },
            "description": "Open Tab Master"
        }
    },
    "options_page": "options.html",
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_appName__"
    },
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "activeTab",
        "bookmarks",
        "history",
        "management",
        "downloads",
        ""
    ]
}