Lazy Tabs
Discard all inactive tabs (except pinned) at startup or by clicking an icon
Что такое Lazy Tabs?
Lazy Tabs - это расширение Chrome, разработанное Jman, и его основная функция - "Discard all inactive tabs (except pinned) at startup or by clicking an icon".
Снимки экрана расширения
Скачать файл CRX расширения Lazy Tabs
Скачайте файлы расширений Lazy Tabs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Automatically discards all tabs at startup or on demand (on icon click) for reducing memory consumption and unnecessary bandwidth usage. Without tracking and any permissions. Source code: https://github.com/jman/lazy_tab
Основная информация о расширении
Название | Lazy Tabs |
ID | aabgbgciohhaogajcnacpgilhmacdahc |
Официальный URL | https://chromewebstore.google.com/detail/lazy-tabs/aabgbgciohhaogajcnacpgilhmacdahc |
Описание | Discard all inactive tabs (except pinned) at startup or by clicking an icon |
Размер файла | 10.38 KB |
Количество установок | 7,560 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2023-06-22 |
Дата публикации | 2020-07-02 |
Рейтинг | 3.68/5 Всего 137 оценок |
Разработчик | Jman |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/jman/lazy_tab |
URL страницы помощи | https://github.com/jman/lazy_tab/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lazy Tabs", "version": "1.0.0", "manifest_version": 3, "description": "Discard all inactive tabs (except pinned) at startup or by clicking an icon", "incognito": "not_allowed", "minimum_chrome_version": "88", "action": { "default_title": "Discard other tabs", "default_icon": "ico_128.png" }, "background": { "service_worker": "background.js" }, "icons": { "128": "ico_128.png" } } |