Tabs dispatcher

Save tabs, open tabs

什麼是Tabs dispatcher?

Tabs dispatcher是由pasha.kurbatsky開發的Chrome擴展程式,該擴展的主要功能是“Save tabs, open tabs”。

擴展截圖

screenshot
screenshot

下載Tabs dispatcher擴展crx文件

下載Tabs dispatcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Tabs dispatcher Tabs dispatcher
ID hmpdoffdlieclaelcdhdhkobggimapao
官方網址 https://chromewebstore.google.com/detail/tabs-dispatcher/hmpdoffdlieclaelcdhdhkobggimapao
簡介 Save tabs, open tabs
檔案大小 149 KB
安裝次數 265
目前版本 1.7
更新時間 2020-09-25
上架時間 2014-12-22
評分 3.43/5 共 7 次評分
開發者 pasha.kurbatsky
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://twitter.com/pavelozavr
支援的語言 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"
}