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