Tab Group Saver - Save and Manage Tab Groups

Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you…

Tab Group Saver - Save and Manage Tab Groupsとは何ですか?

Tab Group Saver - Save and Manage Tab GroupsはTab Group Saverによって開発されたChromeの拡張機能で、その主な機能は「Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Tab Group Saver - Save and Manage Tab Groups拡張機能のCRXファイルをダウンロード

Tab Group Saver - Save and Manage Tab Groups拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you can keep a cleaner workspace while reducing Chrome's memory footprint.

Features:
- Suspend tab groups & restore them later
- View all open tab groups
- Rename tab groups
- Manage your windows and tabs                    

拡張機能の基本情報

名前 Tab Group Saver - Save and Manage Tab Groups Tab Group Saver - Save and Manage Tab Groups
ID ghbdjeckopemkoomopmpgjifafpcjhga
公式URL https://chromewebstore.google.com/detail/tab-group-saver-save-and/ghbdjeckopemkoomopmpgjifafpcjhga
説明 Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you…
ファイルサイズ 391 KB
インストール数 20,000
現在のバージョン 0.0.7
最終更新日 2024-02-07
公開日 2021-03-09
評価 3.36/5 合計 81 レビュー
開発者 Tab Group Saver
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://twitter.com/TabGroupSaver
プライバシーポリシーページのURL https://tabgroupsaver.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.7",
    "name": "Tab Group Saver - Save and Manage Tab Groups",
    "manifest_version": 3,
    "minimum_chrome_version": "89",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-48.png"
    },
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-48.png",
                "icon-16.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "tabs",
        "tabGroups",
        "storage"
    ]
}