TabuLater - Save Open Tabs With One Click

The easiest way to get right back to where you left off.

TabuLater - Save Open Tabs With One Click क्या है?

TabuLater - Save Open Tabs With One Click Celsius.Technology द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The easiest way to get right back to where you left off."।

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

screenshot
screenshot
screenshot

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

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

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

                        TabuLater is the easiest way to quickly save your tabs and return to Chrome right where you left off. Simply take a snapshot of your open tabs and they'll be saved to re-open one tab at a time, all in a new window, or all in the same window. 

Working on multiple projects? Save CPU by taking a snapshot of your tabs with TabuLater and work faster, one project at a time.

Always start your day with the same set of tabs? Create a snapshot with TabuLater that you can easily return to later with one click.

No matter how you work or play on Chrome, TabuLater helps you keep your tabs organized. Please leave a review and let us know if you run into any issues. Enjoy!                    

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

नाम TabuLater - Save Open Tabs With One Click TabuLater - Save Open Tabs With One Click
ID bcmbdjphemaclhjbkaejcaffeddkmjco
आधिकारिक URL https://chromewebstore.google.com/detail/tabulater-save-open-tabs/bcmbdjphemaclhjbkaejcaffeddkmjco
विवरण The easiest way to get right back to where you left off.
फ़ाइल का आकार 1.71 MB
स्थापना संख्या 883
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2018-06-28
प्रकाशन तिथि 2018-06-27
रेटिंग 3.78/5 कुल 9 रेटिंग्स
डेवलपर Celsius.Technology
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.celsius.technology
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabuLater - Save Open Tabs With One Click",
    "short_name": "Easily Save and Manage Your Tabs",
    "description": "The easiest way to get right back to where you left off.",
    "version": "1.1.0",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "images\/tabulater-icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "images\/tabulater-icon-med.png",
        "64": "images\/tabulater-icon-med.png",
        "128": "images\/tabulater-icon-med.png",
        "256": "images\/tabulater-icon-med.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "https:\/\/www.google-analytics.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "background": {
        "page": "bg.html",
        "persistent": true
    },
    "permissions": [
        "tabs"
    ]
}