Sleepy Tabs

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

What is Sleepy Tabs?

Sleepy Tabs is a Chrome extension developed by Yougli, and its main feature is "This extension puts to sleep tabs that have not been viewed after a while.".

Extension Screenshots

screenshot

Download Sleepy Tabs Extension CRX File

Download Sleepy Tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Sleepy Tabs Sleepy Tabs
ID ghbocnpamjieoodjgmpffemppjceocep
Official URL https://chromewebstore.google.com/detail/sleepy-tabs/ghbocnpamjieoodjgmpffemppjceocep
Description This extension puts to sleep tabs that have not been viewed after a while.
File Size 7.33 KB
Installation Count 246
Current Version 1.1
Last Updated 2018-03-01
Publish Date 2018-03-01
Rating 3.00/5 Total 2 Ratings
Developer Yougli
Payment Type free
Supported Languages 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
    }
}