Tab Session Master

Save and restore the state of windows and tabs. It also supports automatic backup your current session

什麼是Tab Session Master?

Tab Session Master是由https://tebofy.com開發的Chrome擴展程式,該擴展的主要功能是“Save and restore the state of windows and tabs. It also supports automatic backup your current session”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Tab Session Master擴展crx文件

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

擴展使用說明

                        Manage Browser Tabs and Bookmarks with Ease
Tab Session Master is a unified session manager and bookmark manager.

●  Save open tabs and restore them later. Great for freeing up memory and avoiding clutter.

●  Auto save when window is closed

●  Auto save at regular intervals

●  Recover open tabs after a crash or when your OS restarts your computer.

●  Smart Search open and saved tabs to quickly find what you're looking for.

●  Save or open a list of URLs from the clipboard or a file.


▬▬▬▬▬       PLEASE RATE!       ▬▬▬▬▬                    

擴展基本資訊

名稱 Tab Session Master Tab Session Master
ID ibgcfjpjkenifoodgneppodehmkbaefp
官方網址 https://chromewebstore.google.com/detail/tab-session-master/ibgcfjpjkenifoodgneppodehmkbaefp
簡介 Save and restore the state of windows and tabs. It also supports automatic backup your current session
檔案大小 453 KB
安裝次數 499
目前版本 1.2.1
更新時間 2020-04-15
上架時間 2020-04-15
評分 2.83/5 共 6 次評分
開發者 https://tebofy.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://tab-session.tebofy.com
說明頁面URL https://groups.google.com/forum/?fromgroups#!forum/tebofy-tab-session-masster
支援的語言 en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Tab Session Master",
    "manifest_version": 2,
    "name": "Tab Session Master",
    "default_locale": "en",
    "description": "Save and restore the state of windows and tabs. It also supports automatic backup your current session",
    "version": "1.2.1",
    "icons": {
        "16": "\/images\/logo-16.png",
        "48": "\/images\/logo-48.png",
        "128": "\/images\/logo-128.png"
    },
    "background": {
        "scripts": [
            "ga.min.js",
            "browser-polyfill.min.js",
            "background.min.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "\/images\/logo-128.png",
        "default_title": "Tab Session Master"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "notifications",
        "alarms",
        "activeTab"
    ],
    "optional_permissions": [
        "bookmarks"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'; img-src * data:;"
}