Tab Closer and Selector
Easily manage & navigate through your tabs — close your tabs or bring youself to a selected tab!
什么是Tab Closer and Selector?
Tab Closer and Selector是由llae.dev开发的Chrome扩展程序,该扩展的主要功能是“Easily manage & navigate through your tabs — close your tabs or bring youself to a selected tab!”。
扩展截图
下载Tab Closer and Selector扩展crx文件
下载Tab Closer and Selector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Have too many tabs opened? This extension allows you to easily manage and navigate through your Chrome tabs! It shows you the names of all the tabs that you currently have opened. Then, you can select tabs to close, select windows to close, or bring yourself to a certain tab.
扩展基本信息
名称 | |
ID | anoodphkcgbgfdaiiljnngkboogckpnb |
官方URL | https://chrome.google.com/webstore/detail/tab-closer-and-selector/anoodphkcgbgfdaiiljnngkboogckpnb |
简介 | Easily manage & navigate through your tabs — close your tabs or bring youself to a selected tab! |
文件大小 | 128 KB |
安装次数 | 349 |
当前版本 | 1.3 |
更新时间 | 2020-08-18 |
上架时间 | 2020-07-02 |
评分 | 4.43/5 共7次评分 |
开发者 | llae.dev |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background\/background-context-menu.js" ] }, "browser_action": { "default_icon": [], "default_popup": "popup\/popup.html", "default_title": "Tab Closer and Selector" }, "description": "Easily manage & navigate through your tabs \u2014 close your tabs or bring youself to a selected tab!", "icons": { "128": "images\/logo128.png", "16": "images\/logo16.png", "48": "images\/logo48.png" }, "manifest_version": 2, "name": "Tab Closer and Selector", "permissions": [ "tabs" ], "version": "1.3" } |