Focuser
You only have 1440 minutes every day, focuser reminds you to use them productively and stop procrastinating.
什么是Focuser?
Focuser是由https://focuser.org开发的Chrome扩展程序,该扩展的主要功能是“You only have 1440 minutes every day, focuser reminds you to use them productively and stop procrastinating.”。
扩展截图
下载Focuser扩展crx文件
下载Focuser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
1440 is a magic number, this is how many minutes you've got every day to do something productive and useful. These minutes go very quickly and you don't even realise when you waste 60 of them on reddit. Current version notifies you how much time you've got until the end of the day to do something productive.
扩展基本信息
名称 | Focuser |
ID | npgfkjjlkjffjmionkefoffdkbgaaiaf |
官方URL | https://chromewebstore.google.com/detail/focuser/npgfkjjlkjffjmionkefoffdkbgaaiaf |
简介 | You only have 1440 minutes every day, focuser reminds you to use them productively and stop procrastinating. |
文件大小 | 85.02 KB |
安装次数 | 22 |
当前版本 | 1.0 |
更新时间 | 2016-04-01 |
上架时间 | 2016-04-01 |
评分 | 5.00/5 共1次评分 |
开发者 | https://focuser.org |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://focuser.org |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Focuser", "version": "1.0", "description": "You only have 1440 minutes every day, focuser reminds you to use them productively and stop procrastinating.", "author": "Mateusz Jarosz", "chrome_url_overrides": { "newtab": "index.html" }, "homepage_url": "https:\/\/focuser.org", "permissions": [ "management" ], "offline_enabled": true, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |