Focusr
Focus on one thing at a time.
什麼是Focusr?
Focusr是由george.w.singer開發的Chrome擴展程式,該擴展的主要功能是“Focus on one thing at a time.”。
擴展截圖
下載Focusr擴展crx文件
下載Focusr擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Stay present to your work. This minimalist tool helps you focus on one thing at a time. Update your current task and be reminded of it when you open a new tab. This Chrome extension replaces the new task tab with a beautiful display to show what you should be focused on. We also integrate with Alfred, Slack, and your terminal to make updating tasks easier. You can upgrade to Plus for time logging, with ambient noise and more coming soon.
擴展基本資訊
名稱 | Focusr |
ID | fgdcnfgmneblnnldmaffhbniomfajlah |
官方網址 | https://chromewebstore.google.com/detail/focusr/fgdcnfgmneblnnldmaffhbniomfajlah |
簡介 | Focus on one thing at a time. |
檔案大小 | 21.94 MB |
安裝次數 | 26 |
目前版本 | 0.0.1.4 |
更新時間 | 2015-05-22 |
上架時間 | 2015-05-22 |
評分 | 2.80/5 共 10 次評分 |
開發者 | george.w.singer |
付費類型 | free |
擴展官網 | http://focusr.co |
說明頁面URL | http://focusr.co |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Focusr", "description": "Focus on one thing at a time.", "version": "0.0.1.4", "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "manifest_version": 2, "permissions": [ "http:\/\/app.focusr.co\/", "http:\/\/app.focusr.co\/data", "http:\/\/app.focusr.co\/login", "http:\/\/focusr.co\/" ], "content_security_policy": "script-src 'self' https:\/\/widget.intercom.io\/ https:\/\/*.intercomcdn.com https:\/\/api.intercom.io 'unsafe-eval'; object-src 'self'" } |