TabSpace - The Robust Tab Manager
TabSpace is an easy to use, robust tab manager that displays your tabs in a simple view, and allows you to organize and save them.
什么是TabSpace - The Robust Tab Manager?
TabSpace - The Robust Tab Manager是由TabSpace开发的Chrome扩展程序,该扩展的主要功能是“TabSpace is an easy to use, robust tab manager that displays your tabs in a simple view, and allows you to organize and save them.”。
扩展截图
下载TabSpace - The Robust Tab Manager扩展crx文件
下载TabSpace - The Robust Tab Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Currently, web browsers lack organization tools so that you can manage your tabs effectively. This makes it difficult to navigate through massive amounts of tabs, difficult to create structure across projects, and ultimately it adds distractions and unneeded complexity to the organization process. TabSpace provides an all-in-one visual interface for organizing your tabs in an intuitive way. This extension will allow you to scroll through all your tabs, select them in groups, and organize them however you want in seconds.
扩展基本信息
名称 | TabSpace - The Robust Tab Manager |
ID | kjjjgackjmmadffagljhilggbalapmgi |
官方URL | https://chromewebstore.google.com/detail/tabspace-the-robust-tab-m/kjjjgackjmmadffagljhilggbalapmgi |
简介 | TabSpace is an easy to use, robust tab manager that displays your tabs in a simple view, and allows you to organize and save them. |
文件大小 | 149 KB |
安装次数 | 478 |
当前版本 | 8.2 |
更新时间 | 2021-09-22 |
上架时间 | 2019-08-20 |
评分 | 3.53/5 共17次评分 |
开发者 | TabSpace |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.easonkamander.com/tabspace/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabSpace - The Robust Tab Manager", "short_name": "TabSpace", "manifest_version": 2, "version": "8.2", "description": "TabSpace is an easy to use, robust tab manager that displays your tabs in a simple view, and allows you to organize and save them.", "icons": { "512": "img\/icon_512.png", "256": "img\/icon_256.png", "128": "img\/icon_128.png", "64": "img\/icon_64.png", "32": "img\/icon_32.png", "16": "img\/icon_16.png" }, "background": { "persistent": false, "scripts": [ "lib\/lz-string.min.js", "background.js" ] }, "permissions": [ "tabs", "storage" ], "optional_permissions": [ "notifications", "bookmarks" ], "browser_action": { "default_title": "TabSpace", "default_icon": "img\/icon_128.png" }, "options_ui": { "page": "settings.html", "chrome_style": false, "open_in_tab": true }, "web_accessible_resources": [ "img\/icon_512.png" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+1" }, "description": "Open Main Page", "global": false } } } |