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 |
官方網址 | 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" } } |