Tab Browser Manager

Tabs and Bookmark manager that stores your most recent tabs & bookmarks for ease-of-access

Tab Browser Managerとは何ですか?

Tab Browser ManagerはA & Cによって開発されたChromeの拡張機能で、その主な機能は「Tabs and Bookmark manager that stores your most recent tabs & bookmarks for ease-of-access」です。

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

screenshot

Tab Browser Manager拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        ⬇️Easy to set up ⬇️:

1. Install the extension.
2. Enable the extension by clicking on the icon and the Current Session will open in a new tab.
3. Click on “Save” to save the current session and name the session for later use.

✨Features ✨

1. Saves opened tabs as collections that can be easily restored later. 
2. Can recover the opened tabs after a crash.
3. Manages all opened tabs from a separate tab.
4. Stores the collections for later use.

Use this extension for freeing up memory and avoiding clutter.                    

拡張機能の基本情報

名前 Tab Browser Manager Tab Browser Manager
ID dmeinaeacepcangddenhkmommengmlpk
公式URL https://chromewebstore.google.com/detail/tab-browser-manager/dmeinaeacepcangddenhkmommengmlpk
説明 Tabs and Bookmark manager that stores your most recent tabs & bookmarks for ease-of-access
ファイルサイズ 23.6 KB
インストール数 112
現在のバージョン 1.0.0
最終更新日 2022-10-04
公開日 2022-10-04
評価 4.61/5 合計 23 レビュー
開発者 A & C
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tab Browser Manager",
    "version": "1.0.0",
    "description": "Tabs and Bookmark manager that stores your most recent tabs & bookmarks for ease-of-access",
    "action": {
        "default_title": "Tab Browser Manager - Manage your browser from one place"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "unlimitedStorage",
        "tabs",
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ]
}