Sleepy Tabs

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

Was ist Sleepy Tabs?

Sleepy Tabs ist eine Chrome-Erweiterung, die von Yougli entwickelt wurde, und ihr Hauptmerkmal ist "This extension puts to sleep tabs that have not been viewed after a while.".

Erweiterungsscreenshots

screenshot

Sleepy Tabs-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sleepy Tabs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Sleepy Tabs Sleepy Tabs
ID ghbocnpamjieoodjgmpffemppjceocep
Offizielle URL https://chromewebstore.google.com/detail/sleepy-tabs/ghbocnpamjieoodjgmpffemppjceocep
Beschreibung This extension puts to sleep tabs that have not been viewed after a while.
Dateigröße 7.33 KB
Installationsanzahl 246
Aktuelle Version 1.1
Letztes Update 2018-03-01
Veröffentlichungsdatum 2018-03-01
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Yougli
Zahlungsart free
Unterstützte Sprachen 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
    }
}