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 |
公式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 |
Eメール | [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" ] } |