Tab Manager
Organize your tabs on a desktop-like screen.
什么是Tab Manager?
Tab Manager是由bachmitre开发的Chrome扩展程序,该扩展的主要功能是“Organize your tabs on a desktop-like screen.”。
扩展截图
下载Tab Manager扩展crx文件
下载Tab Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Organize your open tabs like you organize apps on a desktop. Drag them to any place on the screen to group related tabs, and have the most recently used tabs ordered in the dock. 扩展基本信息
| 名称 | |
| ID | nolkmpikckfpnlgjekoifbhjajfdghei |
| 官方URL | https://chromewebstore.google.com/detail/tab-manager/nolkmpikckfpnlgjekoifbhjajfdghei |
| 简介 | Organize your tabs on a desktop-like screen. |
| 文件大小 | 599 KB |
| 安装次数 | 128 |
| 当前版本 | 1.0 |
| 更新时间 | 2022-05-15 |
| 上架时间 | 2022-05-15 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | bachmitre |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/bachmitre/tabmanager |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tab Manager",
"description": "Organize your tabs on a desktop-like screen.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"version": "1.0",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"tabs"
],
"action": {
"default_popup": "popup.html"
},
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |