Sleepy Tabs

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

Что такое Sleepy Tabs?

Sleepy Tabs - это расширение Chrome, разработанное Yougli, и его основная функция - "This extension puts to sleep tabs that have not been viewed after a while.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Sleepy Tabs

Скачайте файлы расширений Sleepy Tabs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
    }
}