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 |
官方網址 | 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 |
電子郵箱 | [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" } } } } |