Simple Session Manager

Save browser tabs and restore them later

什麼是Simple Session Manager?

Simple Session Manager是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Save browser tabs and restore them later”。

擴展截圖

screenshot
screenshot

下載Simple Session Manager擴展crx文件

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

擴展使用說明

                        This is a simple browser session manager. You can save your current session and restore it later. Session information will be stored on you computer and you can save as many sessions as needed. It is also possible to save the state of only one (current) window.                    

擴展基本資訊

名稱 Simple Session Manager Simple Session Manager
ID gcgejjbgcgnopbehanipbmppplgjhboa
官方網址 https://chromewebstore.google.com/detail/simple-session-manager/gcgejjbgcgnopbehanipbmppplgjhboa
簡介 Save browser tabs and restore them later
檔案大小 47.42 KB
安裝次數 33
目前版本 1.0.3
更新時間 2020-01-30
上架時間 2020-01-30
開發者 Unknown
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Session Manager",
    "short_name": "Session_Mngr",
    "description": "Save browser tabs and restore them later",
    "author": "ynyk",
    "version": "1.0.3",
    "icons": {
        "32": "icons\/tab-manager-32x32.png",
        "48": "icons\/tab-manager-48x48.png",
        "64": "icons\/tab-manager-64x64.png",
        "96": "icons\/tab-manager-96x96.png",
        "128": "icons\/tab-manager-128x128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "lib\/browser-polyfill.js",
            "background\/env.js",
            "background\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/tab-manager-32x32.png",
        "default_title": "TabManager",
        "default_popup": "popup\/popup.html",
        "browser_style": false
    },
    "web_accessible_resources": [
        "img\/progress1.gif"
    ]
}