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
官方網址 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
電子郵箱 [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:\/\/*\/"
    ]
}