TabCloser
Automatically close leftover tabs from services like Figma, Spotify, Zoom and other commonly redirected URLs.
TabCloser là gì?
TabCloser là một tiện ích mở rộng Chrome được phát triển bởi https://tabcloser.com, và tính năng chính của nó là "Automatically close leftover tabs from services like Figma, Spotify, Zoom and other commonly redirected URLs.".
Ả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 TabCloser
Tải xuống các tệp mở rộng TabCloser 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
Keep your tabs tidy, so you can stay focused. TabCloser eliminates those pesky leftover tabs from popular service like, Figma, Slack, and Zoom meetings—leaving you with a clean browser and a clear path to productivity. Next time you click a Figma link from Slack and you open the file in your desktop client, launch a Zoom meeting from your calendar into the Zoom client, open that sad girl Spotify playlist your bestie sent, open that VS Code Live Share link into the desktop client, enjoy browsing a Discord community without worrying about that invite tab still being open, or open those tasks you've been putting off in Asana or Linear, TabCloser let’s you do your thing—when you're back in your browser, your tabs will be nice and tidy. Learn more at https://tabcloser.com or browse the code on GitHub https://github.com/sethcottle/tabcloser
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TabCloser |
ID | ebhkgfbgbcaphagkjbiffhnfbmkkbadb |
URL Chính Thức | https://chromewebstore.google.com/detail/tabcloser/ebhkgfbgbcaphagkjbiffhnfbmkkbadb |
Mô tả | Automatically close leftover tabs from services like Figma, Spotify, Zoom and other commonly redirected URLs. |
Kích Thước Tệp | 52.93 KB |
Số Lần Cài Đặt | 185 |
Phiên Bản Hiện Tại | 2.7.6 |
Cập Nhật Lần Cuối | 2024-02-28 |
Ngày Phát Hành | 2023-05-08 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://tabcloser.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://tabcloser.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TabCloser", "version": "2.7.6", "description": "Automatically close leftover tabs from services like Figma, Spotify, Zoom and other commonly redirected URLs.", "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "permissions": [ "tabs", "storage" ], "background": { "service_worker": "background.js" }, "options_page": "options.html", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |