Native Lazy Tabs
Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.
Что такое Native Lazy Tabs?
Native Lazy Tabs - это расширение Chrome, разработанное Jacob "kurtextrem" Groß, и его основная функция - "Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.".
Снимки экрана расширения
Скачать файл CRX расширения Native Lazy Tabs
Скачайте файлы расширений Native Lazy Tabs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Automatically discards all tabs at startup, before they load (CPU usage), reducing memory footprint and unnecessary bandwidth usage. Click on the icon to discard all tabs apart from the currently active one. It uses the most recent APIs available in Chrome & Manifest V3.
Основная информация о расширении
Название | |
ID | algdjijplmdpmfiffdhcdiiplolemffk |
Официальный URL | https://chrome.google.com/webstore/detail/native-lazy-tabs/algdjijplmdpmfiffdhcdiiplolemffk |
Описание | Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage. |
Размер файла | 13.38 KB |
Количество установок | 162 |
Текущая Версия | 0.8 |
Последнее Обновление | 2021-07-05 |
Дата публикации | 2021-07-05 |
Разработчик | Jacob "kurtextrem" Groß |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://www.kurtextrem.de/chrome/PRIVACY.html |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "eventPage.js" }, "action": { "default_title": "Left-click to discard all tabs" }, "description": "Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 3, "minimum_chrome_version": "88", "name": "Native Lazy Tabs", "permissions": [ "tabs" ], "version": "0.8" } |