Sleepy Tabs

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

Vad är Sleepy Tabs?

Sleepy Tabs är en Chrome-tillägg utvecklad av Yougli, och dess huvudfunktion är "This extension puts to sleep tabs that have not been viewed after a while.".

Tilläggsskärmbilder

screenshot

Ladda ner Sleepy Tabs-förlängningens CRX-fil

Ladda ner Sleepy Tabs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Sleepy Tabs Sleepy Tabs
ID ghbocnpamjieoodjgmpffemppjceocep
Officiell webbadress https://chromewebstore.google.com/detail/sleepy-tabs/ghbocnpamjieoodjgmpffemppjceocep
Beskrivning This extension puts to sleep tabs that have not been viewed after a while.
Filstorlek 7.33 KB
Antal Installationer 246
Aktuell Version 1.1
Senast Uppdaterad 2018-03-01
Publiceringsdatum 2018-03-01
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare Yougli
Betalningssätt free
Stödda Språk 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
    }
}