Agapa Session Manager

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

Co je Agapa Session Manager?

Agapa Session Manager je rozšíření Chrome vyvinuté Agapa Studio, a jeho hlavní funkcí je „Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Agapa Session Manager

Stáhněte si soubory rozšíření Agapa Session Manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Agapa Session Manager Agapa Session Manager
ID aadgbdmalhohalpcmahdjgapdohgpkha
Oficiální URL https://chromewebstore.google.com/detail/agapa-session-manager/aadgbdmalhohalpcmahdjgapdohgpkha
Popis Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.
Velikost souboru 25.54 KB
Počet instalací 120
Aktuální Verze 1.0
Poslední Aktualizace 2013-02-19
Datum Vydání 2013-02-19
Hodnocení 2.80/5 Celkem 5 Hodnocení
Vývojář Agapa Studio
Typ Platby free
Webové stránky Rozšíření http://www.agapastudio.com
Podporované Jazyky 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"
    ]
}