Save Chrome Tabs For Later

Set aside your currently open tabs to quickly reopen them later.

Save Chrome Tabs For Later क्या है?

Save Chrome Tabs For Later LightPark द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Set aside your currently open tabs to quickly reopen them later."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Lets you easily save your currently open tabs to quickly restore them later.

ACCOLADES:-    Featured on Product Hunt as the #4 Product of the Day.

The best extension of its category just got a whole lot better.

With all these improvements, 'Save Chrome Tabs For Later' is a must have extension for anyone who wants to be more productive with their tabs.

Now you don't have to worry about not being able to get through all the important tabs that you have opened because you have to sleep, go to work etc. Just set these tabs aside in one click and when you come back you can quickly access them all.

No more reading through your browsing history to figure out what stuff was left to go through. You won't miss any important info you clicked on but could not get to.

When your family members/friends interrupt your browsing session to take over, you don't have to worry if they accidentally close your tabs/window. Just set your tabs aside and later you can fire them up at once in the same order you were using them.

No unnecessary permission needed.                    

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

नाम Save Chrome Tabs For Later Save Chrome Tabs For Later
ID hppbldbofhjnhlpcnkdipgjkcefkgkpm
आधिकारिक URL https://chromewebstore.google.com/detail/save-chrome-tabs-for-late/hppbldbofhjnhlpcnkdipgjkcefkgkpm
विवरण Set aside your currently open tabs to quickly reopen them later.
फ़ाइल का आकार 250 KB
स्थापना संख्या 13,869
वर्तमान संस्करण 1.3
अंतिम अपडेट 2022-11-27
प्रकाशन तिथि 2019-09-17
रेटिंग 4.24/5 कुल 49 रेटिंग्स
डेवलपर LightPark
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://lightpark-dev.github.io/save-chrome-tabs-for-later/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Chrome Tabs For Later",
    "version": "1.3",
    "manifest_version": 3,
    "description": "Set aside your currently open tabs to quickly reopen them later.",
    "permissions": [
        "tabs",
        "unlimitedStorage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/icon-128.png",
            "48": "images\/icon-48.png",
            "32": "images\/icon-32.png"
        }
    },
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png",
        "32": "images\/icon-32.png"
    }
}