Tab Saver

Reduces memory by saving your open tabs for later use

Tab Saver क्या है?

Tab Saver http://visnova.media द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reduces memory by saving your open tabs for later use"।

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

screenshot

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

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

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

                        Have you ever wanted to temporarily close all the tabs of your browser but couldn't?
With this extension now you can!

Just with a simple click, you can save all the tabs you currently have open.
You can give a name to that tab group to easily find them later.

You can create as many tab groups as you want and restore them any time!	

Required permissions:
'Set your new tab' - this permission is needed for the “New Tab” page.
'Open Tabs' - this permission is needed to save your open tabs.

Privacy:
Your privacy matters. Here's how we protect it: https://www.tab-saver.com/privacy
Terms Of Use: https://www.tab-saver.com/eula

By clicking "Add to chrome", I accept and agree to installing Tab Saver Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy.                    

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

नाम Tab Saver Tab Saver
ID daanjholbobmhepdohhgklgoidoofopf
आधिकारिक URL https://chrome.google.com/webstore/detail/tab-saver/daanjholbobmhepdohhgklgoidoofopf
विवरण Reduces memory by saving your open tabs for later use
फ़ाइल का आकार 267 KB
स्थापना संख्या 4,485
वर्तमान संस्करण 2.4
अंतिम अपडेट 2021-02-23
प्रकाशन तिथि 2019-11-28
रेटिंग 2.83/5 कुल 23 रेटिंग्स
डेवलपर http://visnova.media
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.tab-saver.com
गोपनीयता नीति पृष्ठ URL https://www.tab-saver.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "tabsaver.html"
    },
    "manifest_version": 2,
    "name": "Tab Saver",
    "version": "2.4",
    "description": "Reduces memory by saving your open tabs for later use",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Tab Saver"
    },
    "background": {
        "page": "tabsaver.html",
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ]
}