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
官方URL 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"
    ]
}