Agapa Session Manager

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

Vad är Agapa Session Manager?

Agapa Session Manager är en Chrome-tillägg utvecklad av Agapa Studio, och dess huvudfunktion är "Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Agapa Session Manager-förlängningens CRX-fil

Ladda ner Agapa Session Manager-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Agapa Session Manager Agapa Session Manager
ID aadgbdmalhohalpcmahdjgapdohgpkha
Officiell webbadress https://chromewebstore.google.com/detail/agapa-session-manager/aadgbdmalhohalpcmahdjgapdohgpkha
Beskrivning Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.
Filstorlek 25.54 KB
Antal Installationer 120
Aktuell Version 1.0
Senast Uppdaterad 2013-02-19
Publiceringsdatum 2013-02-19
Betyg 2.80/5 Totalt 5 Betyg
Utvecklare Agapa Studio
Betalningssätt free
Tilläggswebbplats http://www.agapastudio.com
Stödda Språk 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"
    ]
}