Sleepy Tabs

This extension puts to sleep tabs that have not been viewed after a while.

Sleepy Tabs क्या है?

Sleepy Tabs Yougli द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension puts to sleep tabs that have not been viewed after a while."।

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

screenshot

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

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

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

                        This extension helps you preserve your precious memory:
- sends inactive tabs to sleep automatically after a set number of minutes (can be changed through the options).
- optionally keeps inactive tabs awake based on an exclude list of domains set in the options.
- discarded tabs wake up and reload as soon as they're opened.

You can now keeps all your favorite tabs opened without worrying about RAM consumption, and still get to receive notifications from your preferred webapps thanks to the exclude list.                    

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

नाम Sleepy Tabs Sleepy Tabs
ID ghbocnpamjieoodjgmpffemppjceocep
आधिकारिक URL https://chromewebstore.google.com/detail/sleepy-tabs/ghbocnpamjieoodjgmpffemppjceocep
विवरण This extension puts to sleep tabs that have not been viewed after a while.
फ़ाइल का आकार 7.33 KB
स्थापना संख्या 246
वर्तमान संस्करण 1.1
अंतिम अपडेट 2018-03-01
प्रकाशन तिथि 2018-03-01
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर Yougli
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sleepy Tabs",
    "description": "This extension puts to sleep tabs that have not been viewed after a while.",
    "version": "1.1",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}