TabMate
TabMate helps you manage tab clutter. Easily switch between tabs across all open windows, save/restore set of tabs/windows
TabMateとは何ですか?
TabMateはAbhilashによって開発されたChromeの拡張機能で、その主な機能は「TabMate helps you manage tab clutter. Easily switch between tabs across all open windows, save/restore set of tabs/windows」です。
拡張機能のスクリーンショット
TabMate拡張機能のCRXファイルをダウンロード
TabMate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
TabMate helps you manage tab clutter and be more productive. Stash a set of tab/windows that you want to save for later and easily restore them when needed. Use quick switcher to search among open tabs and stashes and switch to them. Drag and drop the tabs to rearrange them with in windows or stashes. Name stashes so you can easily remember the purpose for each set of tabs. Easily send tabs to named stashes through right click context menu. Common usages: - Quickly search and switch between all the open tabs and stashes - Save the pages you've visited during your research session and restore all of them later. - Logically group all the pages you visit often and load each group when needed. - Easily manage existing open tabs by saving unnecessary tabs as a session.
拡張機能の基本情報
名前 | TabMate |
ID | pjnjpllpengglloikgcanfdmpkgfholi |
公式URL | https://chromewebstore.google.com/detail/tabmate/pjnjpllpengglloikgcanfdmpkgfholi |
説明 | TabMate helps you manage tab clutter. Easily switch between tabs across all open windows, save/restore set of tabs/windows |
ファイルサイズ | 2.65 MB |
インストール数 | 1,714 |
現在のバージョン | 0.8.2 |
最終更新日 | 2022-06-23 |
公開日 | 2019-01-13 |
評価 | 4.13/5 合計 24 レビュー |
開発者 | Abhilash |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabMate", "version": "0.8.2", "description": "TabMate helps you manage tab clutter. Easily switch between tabs across all open windows, save\/restore set of tabs\/windows", "author": "Abhilash", "icons": { "16": "icons\/tabmate.png", "48": "icons\/tabmate.png", "128": "icons\/tabmate.png" }, "browser_action": { "default_title": "TabMate", "default_icon": "icons\/tabmate.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "contextMenus" ], "offline_enabled": true, "options_page": "options.html", "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+K" } } } } |