Tab Wrangler
Automatically closes inactive tabs and makes it easy to get them back
Что такое Tab Wrangler?
Tab Wrangler - это расширение Chrome, разработанное tabwrangler, и его основная функция - "Automatically closes inactive tabs and makes it easy to get them back".
Снимки экрана расширения
Скачать файл CRX расширения Tab Wrangler
Скачайте файлы расширений Tab Wrangler в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Too many tabs? Do you have a tab addiction? Tab Wrangler closes tabs that haven't been used recently. See how Tab Wrangler can free your Chrome from tab clutter in our walkthrough: https://www.youtube.com/watch?v=jtP7pysqHY8 - Automatically closes idle tabs after designated time - Prevent auto-closing from your favorite sites - Saves closed tabs, easy to re-open - Chrome sync saves settings between computers - Doesn't close pinned tabs - Lock tabs from closing But don't worry, auto-closed tabs are stored safe and sound in the Tab Corral. Highly configurable, and totally awesome. It will save your computer and your brain from tab overload. Tab Wrangler for Firefox: https://addons.mozilla.org/en-US/firefox/addon/tabwrangler/
Основная информация о расширении
Название | Tab Wrangler |
ID | egnjhciaieeiiohknchakcodbpgjnchh |
Официальный URL | https://chromewebstore.google.com/detail/tab-wrangler/egnjhciaieeiiohknchakcodbpgjnchh |
Описание | Automatically closes inactive tabs and makes it easy to get them back |
Размер файла | 279 KB |
Количество установок | 64,285 |
Текущая Версия | 6.9.0 |
Последнее Обновление | 2021-03-02 |
Дата публикации | 2020-02-11 |
Рейтинг | 4.43/5 Всего 906 оценок |
Разработчик | tabwrangler |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/tabwrangler/tabwrangler |
URL страницы помощи | https://github.com/tabwrangler/tabwrangler/issues |
URL страницы политики конфиденциальности | https://github.com/tabwrangler/tabwrangler |
Поддерживаемые языки | de,en,fr,es,hu,pl,ru,zh-CN,zh-TW,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "6.9.0", "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png", "16": "img\/icon16.png" }, "browser_action": { "default_title": "__MSG_extName__", "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "commands": { "wrangle-current-tab": { "description": "Close current tab and save to corral", "suggested_key": { "default": "Ctrl+Shift+E", "mac": "MacCtrl+Shift+W" } } }, "minimum_chrome_version": "28", "options_ui": { "open_in_tab": true, "page": "popup.html" }, "permissions": [ "contextMenus", "sessions", "storage", "tabs" ], "web_accessible_resources": [ "img\/icon48.png" ] } |