Don't discard

Disables automatic tab discarding feature, configurable for specific urls.

Что такое Don't discard?

Don't discard - это расширение Chrome, разработанное Yuhsak Inoue, и его основная функция - "Disables automatic tab discarding feature, configurable for specific urls.".

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

screenshot

Скачать файл CRX расширения Don't discard

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

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

                        The conditions to determine which tabs to be disabled can be configured at option page using regular expression based on website's url, otherwise automatic discarding will be turned off for entire tabs by default.

The relevant tabs must be reloaded to be taking effect by this extension.

Note that only "turning off discarding" will be taking care of, which means that this extension never turns it on back once a tab were effected even if the tab doesn't hit the conditions any more.

To turn on the feature again, please configure it manually by visiting browser's discarding setting page.
Also relaunching the browser itself is one of the ways to sync the actual tab's states against the configured conditions.                    

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

Название Don't discard Don't discard
ID onodhifphgifinclhihikocgokedljbp
Официальный URL https://chromewebstore.google.com/detail/dont-discard/onodhifphgifinclhihikocgokedljbp
Описание Disables automatic tab discarding feature, configurable for specific urls.
Размер файла 58.26 KB
Количество установок 1,500
Текущая Версия 0.1.0
Последнее Обновление 2022-03-18
Дата публикации 2022-03-18
Рейтинг 4.20/5 Всего 5 оценок
Разработчик Yuhsak Inoue
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/yuhsak/dont-discard
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Don't discard",
    "description": "Disables automatic tab discarding feature, configurable for specific urls.",
    "version": "0.1.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "option\/index.html",
    "permissions": [
        "tabs",
        "storage"
    ]
}