Tab Closer
This extension closes open tabs
什么是Tab Closer?
Tab Closer是由Wesley Martinez开发的Chrome扩展程序,该扩展的主要功能是“This extension closes open tabs”。
扩展截图
下载Tab Closer扩展crx文件
下载Tab Closer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Have u ever found yourself with what is seems like an infinite amount of tabs opened and can't quite find what to close? Well Tab Closer is here for you, this extension lets you close all tabs of a category at the same time. The idea behind the extension is to provide the user with a tool for closing different types of opened tabs or even a complete browser window with the click of a button. Apart from predetermined categories such as social media and media tabs, this extension lets the user save a list of favorites with the ability to close at command. There are certain behaviors that the user must understand before using the extension: 1. Closing a tab: *The extension closes all tabs that match the search criteria. 2. When creating a favorite * Favorites tabs must contain to be accepted: a. Valid URL b. At least 3 letters c. A domain Want to know more about Food Roulette or other projects? Contact me at [email protected]
扩展基本信息
名称 | Tab Closer |
ID | iadliidedmiaghpliaiblnkliigibkhd |
官方URL | https://chromewebstore.google.com/detail/tab-closer/iadliidedmiaghpliaiblnkliigibkhd |
简介 | This extension closes open tabs |
文件大小 | 863 KB |
安装次数 | 30 |
当前版本 | 2.1 |
更新时间 | 2020-11-26 |
上架时间 | 2020-11-25 |
开发者 | Wesley Martinez |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Closer", "description": "This extension closes open tabs", "version": "2.1", "browser_action": { "default_icon": "menu-logo.png", "default_popup": "CTExtension.html" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/example.com; object-src 'self'" } |