Closetab.email
Close your tabs with confidence. This extension will periodically remind you about your pending reading-list.
Closetab.email là gì?
Closetab.email là một tiện ích mở rộng Chrome được phát triển bởi https://closetab.email, và tính năng chính của nó là "Close your tabs with confidence. This extension will periodically remind you about your pending reading-list.".
Ả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 Closetab.email
Tải xuống các tệp mở rộng Closetab.email 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
This extension helps you close those extra tabs that you hesitate to close until you've read that page completely. Simply click on the extension and set a timeout within which you'd like to read the page and close the tab. This extension will remember it for you and send weekly reminders to get back to that page. You can also optionally assign tags and turn on/off reminders per tag. No separate account needed. Just login with your existing google account and start using. It's that simple.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Closetab.email |
ID | lkgcnpldaonnbdnkiimgdjkecopjnbeb |
URL Chính Thức | https://chromewebstore.google.com/detail/closetabemail/lkgcnpldaonnbdnkiimgdjkecopjnbeb |
Mô tả | Close your tabs with confidence. This extension will periodically remind you about your pending reading-list. |
Kích Thước Tệp | 192 KB |
Số Lần Cài Đặt | 131 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2021-05-28 |
Ngày Phát Hành | 2021-04-21 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://closetab.email |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://closetab.email |
URL Trang Trợ Giúp | https://closetab.email/faq |
URL Trang Chính Sách Bảo Mật | https://closetab.email/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Closetab.email", "description": "Close your tabs with confidence. This extension will periodically remind you about your pending reading-list.", "version": "1.1.0", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "img\/closetab-logo_16x16.png", "48": "img\/closetab-logo_48x48.png", "128": "img\/closetab-logo.png" }, "browser_action": { "default_icon": "img\/closetab-logo.png", "default_title": "CloseTab", "default_popup": "index.html" }, "background": { "scripts": [ "browser-polyfill.min.js", "background.js" ], "persistent": false }, "permissions": [ "storage", "tabs" ], "web_accessible_resources": [ "login.html" ], "domainUrl": "https:\/\/closetab.email" } |