Tab Wrangler
Automatically closes inactive tabs and makes it easy to get them back
什麼是Tab Wrangler?
Tab Wrangler是由tabwrangler開發的Chrome擴展程式,該擴展的主要功能是“Automatically closes inactive tabs and makes it easy to get them back”。
擴展截圖
下載Tab Wrangler擴展crx文件
下載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 |
官方網址 | 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" ] } |