TabGroups
Provides organisational control over related tabs
什么是TabGroups?
TabGroups是由Peter Mareš开发的Chrome扩展程序,该扩展的主要功能是“Provides organisational control over related tabs”。
扩展截图
下载TabGroups扩展crx文件
下载TabGroups扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A Google Chrome extension that gives you organisational control over your related browser tabs Features The extension gives you the following options to manage your tabs: Current window - Sort your tabs based on the page's url host. For example, this will group all your YouTube tabs together. (Sorting is ascending) - Move all similar tabs (to the current page) in the current window to a new window. - Close all similar tabs (to the current page) in the current window. All windows - Move all similar tabs (to the current page) from all windows to a new window. - Close all similar tabs (to the current page) from all windows
扩展基本信息
名称 | TabGroups |
ID | hfdbgapillniicojjolojgafipcjkeji |
官方URL | https://chromewebstore.google.com/detail/tabgroups/hfdbgapillniicojjolojgafipcjkeji |
简介 | Provides organisational control over related tabs |
文件大小 | 14.71 KB |
安装次数 | 113 |
当前版本 | 0.1.0 |
更新时间 | 2014-06-19 |
上架时间 | 2014-06-18 |
评分 | 3.00/5 共2次评分 |
开发者 | Peter Mareš |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabGroups", "description": "Provides organisational control over related tabs", "version": "0.1.0", "author": "Peter Mares", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "contextMenus" ], "background": { "scripts": [ "menuhandler.js" ] } } |