Tab Manager
One click to close inactive, non-pinned Google Chrome tabs
什么是Tab Manager?
Tab Manager是由thealexbaron开发的Chrome扩展程序,该扩展的主要功能是“One click to close inactive, non-pinned Google Chrome tabs”。
扩展截图
下载Tab Manager扩展crx文件
下载Tab Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
For some people, after a certain amount of time, inactive, unpinned tabs are basically garbage. This extension gives you a way to easily keep track of which tabs are crusty and remove them in one click.
扩展基本信息
名称 | Tab Manager |
ID | ojhlhhjjechopenpeeffmohkochglide |
官方URL | https://chromewebstore.google.com/detail/tab-manager/ojhlhhjjechopenpeeffmohkochglide |
简介 | One click to close inactive, non-pinned Google Chrome tabs |
文件大小 | 70.44 KB |
安装次数 | 11 |
当前版本 | 1.5 |
更新时间 | 2016-06-23 |
上架时间 | 2016-06-23 |
评分 | 5.00/5 共2次评分 |
开发者 | thealexbaron |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Manager", "version": "1.5", "description": "One click to close inactive, non-pinned Google Chrome tabs", "author": "Alex Baron", "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |