Agapa Session Manager

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

Apa itu Agapa Session Manager?

Agapa Session Manager adalah ekstensi Chrome yang dikembangkan oleh Agapa Studio, dan fitur utamanya adalah "Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Agapa Session Manager

Unduh file ekstensi Agapa Session Manager dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Agapa Session Manager Agapa Session Manager
ID aadgbdmalhohalpcmahdjgapdohgpkha
URL Resmi https://chromewebstore.google.com/detail/agapa-session-manager/aadgbdmalhohalpcmahdjgapdohgpkha
Deskripsi Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.
Ukuran File 25.54 KB
Jumlah Instalasi 120
Versi Saat Ini 1.0
Terakhir Diperbarui 2013-02-19
Tanggal Publikasi 2013-02-19
Penilaian 2.80/5 Total 5 Penilaian
Pengembang Agapa Studio
Tipe Pembayaran free
Situs Ekstensi http://www.agapastudio.com
Bahasa yang Didukung 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"
    ]
}