SelfDestruct Inactive Tabs

Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.

Что такое SelfDestruct Inactive Tabs?

SelfDestruct Inactive Tabs - это расширение Chrome, разработанное swiftace, и его основная функция - "Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.".

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

screenshot
screenshot

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

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

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

                        Closes inactive tabs after 1 hour of inactivity. The active tab in each open window is left untouched. Automatic closing can be disabled for particular tabs by clicking the extension icon (the bomb will turn into a pin, indicating that the tab is pinned).                    

Основная информация о расширении

Название SelfDestruct Inactive Tabs SelfDestruct Inactive Tabs
ID dijgiekinoipkcnpjckingeodlhbbkmo
Официальный URL https://chromewebstore.google.com/detail/selfdestruct-inactive-tab/dijgiekinoipkcnpjckingeodlhbbkmo
Описание Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.
Размер файла 25.96 KB
Количество установок 27
Текущая Версия 0.0.3
Последнее Обновление 2017-04-08
Дата публикации 2017-04-07
Рейтинг 5.00/5 Всего 1 оценок
Разработчик swiftace
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SelfDestruct Inactive Tabs",
    "version": "0.0.3",
    "description": "Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.",
    "browser_action": {
        "default_icon": "images\/bomb.png"
    },
    "icons": {
        "128": "images\/bomb.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}