Agapa Session Manager

Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.

什么是Agapa Session Manager?

Agapa Session Manager是由Agapa Studio开发的Chrome扩展程序,该扩展的主要功能是“Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.”。

扩展截图

screenshot
screenshot

下载Agapa Session Manager扩展crx文件

下载Agapa Session Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        With Agapa Session Manager you can save you current browser windows and tabs and restore them whenever you want.
Supports multiple sessions, save session to file, import session from file.                    

扩展基本信息

名称 Agapa Session Manager Agapa Session Manager
ID aadgbdmalhohalpcmahdjgapdohgpkha
官方URL https://chromewebstore.google.com/detail/agapa-session-manager/aadgbdmalhohalpcmahdjgapdohgpkha
简介 Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.
文件大小 25.54 KB
安装次数 120
当前版本 1.0
更新时间 2013-02-19
上架时间 2013-02-19
评分 2.80/5 共5次评分
开发者 Agapa Studio
付费类型 free
扩展官网 http://www.agapastudio.com
支持的语言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Agapa Session Manager",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon_19.png",
        "default_title": "Agapa Session Manager",
        "default_popup": "main.html"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "tabs",
        "background"
    ]
}