Refocus
Replace new tab with a productivity page containting to-do list,time and weather
什么是Refocus?
Refocus是由yogesh.gupta38开发的Chrome扩展程序,该扩展的主要功能是“Replace new tab with a productivity page containting to-do list,time and weather”。
扩展截图
下载Refocus扩展crx文件
下载Refocus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Refocus will help users who mindlessly browse the web and social media to focus on their day to day important tasks at hand.
扩展基本信息
名称 | Refocus |
ID | boiininpainhflnhoeobkbogmgganili |
官方URL | https://chromewebstore.google.com/detail/refocus/boiininpainhflnhoeobkbogmgganili |
简介 | Replace new tab with a productivity page containting to-do list,time and weather |
文件大小 | 233 KB |
安装次数 | 21 |
当前版本 | 1.0.1 |
更新时间 | 2022-04-17 |
上架时间 | 2022-04-17 |
开发者 | yogesh.gupta38 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Refocus", "author": "Yogesh Gupta", "version": "1.0.1", "description": "Replace new tab with a productivity page containting to-do list,time and weather", "icons": { "16": "refocus16.ico", "48": "refocus32.ico", "128": "refocus48.ico" }, "chrome_url_overrides": { "newtab": "index.html" } } |