Tab Closer
This extension closes open tabs
Tab Closer là gì?
Tab Closer là một tiện ích mở rộng Chrome được phát triển bởi Wesley Martinez, và tính năng chính của nó là "This extension closes open tabs".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tab Closer
Tải xuống các tệp mở rộng Tab Closer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tab Closer |
ID | iadliidedmiaghpliaiblnkliigibkhd |
URL Chính Thức | https://chromewebstore.google.com/detail/tab-closer/iadliidedmiaghpliaiblnkliigibkhd |
Mô tả | This extension closes open tabs |
Kích Thước Tệp | 863 KB |
Số Lần Cài Đặt | 30 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2020-11-26 |
Ngày Phát Hành | 2020-11-25 |
Nhà Phát Triển | Wesley Martinez |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |