Tabs dispatcher

Save tabs, open tabs

Tabs dispatcher là gì?

Tabs dispatcher là một tiện ích mở rộng Chrome được phát triển bởi pasha.kurbatsky, và tính năng chính của nó là "Save tabs, open tabs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tabs dispatcher

Tải xuống các tệp mở rộng Tabs dispatcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Save tabs for the future using and open them all just by 1 click.

The tabs dispatcher allows you to save your tabs and open them whenever you need them.

How to use.
Right click on any page, select the "Tabs dispatcher" item in the context menu and choose one of the ways to save.

v1.7
New UI
Added two groups (work tabs, home tabs)
Added hot keys
Added the ability to pin tabs separately
Added Russian, English languages
...
Hot keys
Windows
Alt+Shift+H - open home tabs
Alt+Shift+W - open work tabs
Alt+Shift+A - open all tabs

Mac
Control+Shift+H - open home tabs
Control+Shift+W - open work tabs
Control+Shift+A - open all tabs                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tabs dispatcher Tabs dispatcher
ID hmpdoffdlieclaelcdhdhkobggimapao
URL Chính Thức https://chromewebstore.google.com/detail/tabs-dispatcher/hmpdoffdlieclaelcdhdhkobggimapao
Mô tả Save tabs, open tabs
Kích Thước Tệp 149 KB
Số Lần Cài Đặt 265
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2020-09-25
Ngày Phát Hành 2014-12-22
Đánh Giá 3.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển pasha.kurbatsky
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://twitter.com/pavelozavr
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "default_locale": "ru",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApcWXx12mZhl8NlrWuMxObFplrvNKAGrSegSl0jPwBRzzpuVrEtK+vwpA3AZliIjmwsAPzvHCru2YmNkbyODXFFuxu2L6BaB3P+SGKNOMOilIa74vNEkd5m2VdLoEXorqnYfZ3zfmD1fjaBtiCOMxTPTLUbIbYNPFRSThOcF7kAapgXoNG\/vLfZKrg53atqjHPog12w2IabSaCFR6hR56aNRVM\/5rMwgJN6UhNkE0quenGuKReLlEERvKHO5elmfCsgHQjn4+1eeo5P13Qs9jWAV6vziSkHXCql\/7Q0K4Mo+Lt91G9uqTu0Sy346CdZa2XFogEYhXUZ5ntxnUbGaRZQIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "options_page": "settings.html",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "commands": {
        "open-work-tabs": {
            "suggested_key": {
                "default": "Alt+Shift+W",
                "mac": "MacCtrl+Shift+W"
            },
            "description": "Open work tabs"
        },
        "open-home-tabs": {
            "suggested_key": {
                "default": "Alt+Shift+H",
                "mac": "MacCtrl+Shift+H"
            },
            "description": "Open home tabs"
        },
        "open-all-tabs": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "MacCtrl+Shift+A"
            },
            "description": "Open all tabs"
        }
    },
    "version": "1.7"
}