Browser Sessions

Manage, save and restore tabs with one click. Access your browsing sessions when you need it.

Browser Sessions क्या है?

Browser Sessions julengaumard द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage, save and restore tabs with one click. Access your browsing sessions when you need it."।

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

screenshot
screenshot
screenshot

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

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

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

                        Manage, save and restore tabs with one click. Access your browsing sessions when you need it.

New:
⭐️ More customization
⭐️ enhanced UI
⭐️ Better animations
⭐️ Confirm deletion for sessions

Features:
⭐️ Universal Search: Search through every session and find tabs.
⭐️ Quick Save: Save a session without typing a name.
⭐️ Open sessions on a new browser window.
⭐️ View tabs from every session to find the right one.
⭐️ Save as many tabs as you need for later.
⭐️ Tabs remain saved even if you close your browser or restart your computer.
⭐️ Save tabs from different windows and their tabs arrangement.
⭐️ Automatic dark and light mode.
⭐️ Select if you save tabs that belong to the browser (Ex: History, Downloads)
⭐️ Rename Sessions                    

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

नाम Browser Sessions Browser Sessions
ID klpkjpbocncglonoclkinmddmephecmb
आधिकारिक URL https://chromewebstore.google.com/detail/browser-sessions/klpkjpbocncglonoclkinmddmephecmb
विवरण Manage, save and restore tabs with one click. Access your browsing sessions when you need it.
फ़ाइल का आकार 3.84 MB
स्थापना संख्या 157
वर्तमान संस्करण 1.2.1.5
अंतिम अपडेट 2024-02-27
प्रकाशन तिथि 2022-03-03
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर julengaumard
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,es,es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Browser Sessions",
    "version": "1.2.1.5",
    "author": "Julen Gaumard",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage"
    ],
    "incognito": "split",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "resources\/icon16.png",
        "32": "resources\/icon32.png",
        "48": "resources\/icon48.png",
        "128": "resources\/icon128.png"
    },
    "commands": {
        "create-session": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Creates a session with current tabs."
        }
    },
    "background": {
        "service_worker": "scripts\/worker.js",
        "type": "module"
    }
}