Session Manager

Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!

Session Manager क्या है?

Session Manager https://teddy.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Session Manager is a simple yet powerful extension that makes it quick and easy to save, update, remove, and restore sets of tabs.

Common uses include:
 - Creating sessions for daily routines: pages you open in the morning, afternoon and evening.
 - Grouping pages of common interest such as News, Financial and Social.
 - Saving pages discovered during a research session that you'd like to revisit later.                    

एक्सटेंशन की मूल जानकारी

नाम Session Manager Session Manager
ID mghenlmbmjcpehccoangkdpagbcbkdpc
आधिकारिक URL https://chromewebstore.google.com/detail/session-manager/mghenlmbmjcpehccoangkdpagbcbkdpc
विवरण Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!
फ़ाइल का आकार 475 KB
स्थापना संख्या 78,015
वर्तमान संस्करण 3.5.0
अंतिम अपडेट 2016-10-14
प्रकाशन तिथि 2016-10-13
रेटिंग 4.00/5 कुल 494 रेटिंग्स
डेवलपर https://teddy.io
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Session Manager",
    "version": "3.5.0",
    "description": "Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!",
    "icons": {
        "16": "img\/16.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/19-1x.png",
            "38": "img\/19-2x.png"
        },
        "default_title": "Session Manager",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/errors.js",
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "offline_enabled": true,
    "omnibox": {
        "keyword": "session"
    },
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "tabs"
    ]
}