Agapa Session Manager

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

Agapa Session Manager là gì?

Agapa Session Manager là một tiện ích mở rộng Chrome được phát triển bởi Agapa Studio, và tính năng chính của nó là "Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Agapa Session Manager

Tải xuống các tệp mở rộng Agapa Session Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Agapa Session Manager Agapa Session Manager
ID aadgbdmalhohalpcmahdjgapdohgpkha
URL Chính Thức https://chromewebstore.google.com/detail/agapa-session-manager/aadgbdmalhohalpcmahdjgapdohgpkha
Mô tả Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.
Kích Thước Tệp 25.54 KB
Số Lần Cài Đặt 120
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-02-19
Ngày Phát Hành 2013-02-19
Đánh Giá 2.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Agapa Studio
Loại Thanh Toán free
Trang Web Mở Rộng http://www.agapastudio.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}