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"
    ]
}