Tab Browser Manager

Tabs and Bookmark manager that stores your most recent tabs & bookmarks for ease-of-access

Tab Browser Manager क्या है?

Tab Browser Manager A & C द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tabs and Bookmark manager that stores your most recent tabs & bookmarks for ease-of-access"।

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

screenshot

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

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

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

                        ⬇️Easy to set up ⬇️:

1. Install the extension.
2. Enable the extension by clicking on the icon and the Current Session will open in a new tab.
3. Click on “Save” to save the current session and name the session for later use.

✨Features ✨

1. Saves opened tabs as collections that can be easily restored later. 
2. Can recover the opened tabs after a crash.
3. Manages all opened tabs from a separate tab.
4. Stores the collections for later use.

Use this extension for freeing up memory and avoiding clutter.                    

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

नाम Tab Browser Manager Tab Browser Manager
ID dmeinaeacepcangddenhkmommengmlpk
आधिकारिक URL https://chromewebstore.google.com/detail/tab-browser-manager/dmeinaeacepcangddenhkmommengmlpk
विवरण Tabs and Bookmark manager that stores your most recent tabs & bookmarks for ease-of-access
फ़ाइल का आकार 23.6 KB
स्थापना संख्या 112
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2022-10-04
प्रकाशन तिथि 2022-10-04
रेटिंग 4.61/5 कुल 23 रेटिंग्स
डेवलपर A & C
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tab Browser Manager",
    "version": "1.0.0",
    "description": "Tabs and Bookmark manager that stores your most recent tabs & bookmarks for ease-of-access",
    "action": {
        "default_title": "Tab Browser Manager - Manage your browser from one place"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "unlimitedStorage",
        "tabs",
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ]
}