TabReadReminder
Reminds you to read open articles by recommending them once a day on your new tab.
什么是TabReadReminder?
TabReadReminder是由Perilla Labs, Inc开发的Chrome扩展程序,该扩展的主要功能是“Reminds you to read open articles by recommending them once a day on your new tab.”。
扩展截图
下载TabReadReminder扩展crx文件
下载TabReadReminder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Have you ever had hundreds of unread open tabs? We help you actually read them. Use TabReadReminder to: • Get reminded to read articles chosen from your open tabs daily. • Mark articles as read or not read to keep track.
扩展基本信息
名称 | |
ID | feabkmfhdlhckilaibcpcdbighdfajho |
官方URL | https://chromewebstore.google.com/detail/tabreadreminder/feabkmfhdlhckilaibcpcdbighdfajho |
简介 | Reminds you to read open articles by recommending them once a day on your new tab. |
文件大小 | 669 KB |
安装次数 | 19 |
当前版本 | 0.1.2 |
更新时间 | 2023-01-23 |
上架时间 | 2022-12-13 |
开发者 | Perilla Labs, Inc |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://dmitryd.notion.site/ShareAuth-Privacy-Policy-66e7763baaf845cbaa8250e59e53710c |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Reminds you to read open articles by recommending them once a day on your new tab.", "version": "0.1.2", "manifest_version": 3, "name": "TabReadReminder", "background": { "service_worker": "background.bundle.js" }, "action": { "default_icon": "book_extension34.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "128": "book_extension128.png" }, "permissions": [ "tabs", "storage", "alarms", "unlimitedStorage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |