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 |
Eメール | [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" } } |