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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Agapa Session Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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