Closetab.email
Close your tabs with confidence. This extension will periodically remind you about your pending reading-list.
什么是Closetab.email?
Closetab.email是由https://closetab.email开发的Chrome扩展程序,该扩展的主要功能是“Close your tabs with confidence. This extension will periodically remind you about your pending reading-list.”。
扩展截图
下载Closetab.email扩展crx文件
下载Closetab.email扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Closetab.email |
ID | lkgcnpldaonnbdnkiimgdjkecopjnbeb |
官方URL | https://chromewebstore.google.com/detail/closetabemail/lkgcnpldaonnbdnkiimgdjkecopjnbeb |
简介 | Close your tabs with confidence. This extension will periodically remind you about your pending reading-list. |
文件大小 | 192 KB |
安装次数 | 131 |
当前版本 | 1.1.0 |
更新时间 | 2021-05-28 |
上架时间 | 2021-04-21 |
评分 | 5.00/5 共2次评分 |
开发者 | https://closetab.email |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://closetab.email |
帮助页面URL | https://closetab.email/faq |
隐私政策页面URL | https://closetab.email/privacy |
支持的语言 | 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" } |