FlowTime
A Chrome Extension to boost your productivity!
FlowTimeとは何ですか?
FlowTimeはhttps://www.flowtime.bizによって開発されたChromeの拡張機能で、その主な機能は「A Chrome Extension to boost your productivity!」です。
拡張機能のスクリーンショット
FlowTime拡張機能のCRXファイルをダウンロード
FlowTime拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Learn more at the FlowTime Website: https://flowtime.biz/ Double Your Productivity. Guaranteed. FlowTime works as a Pomodoro-like timer & website blocker that boosts your productivity by making your mind go into the state of flow faster. The FlowTime Chrome Extension connects to the FlowTime web application, allowing users to block specific websites or the entire internet. The extension works with both basic (free) and premium (paid) accounts. Please note that the website blocking feature works while using the Chrome Extension in conjunction with the FlowTime web app [flowtime.biz]. Flow is the mental state of operation in you are fully immersed in a feeling of energized focus, full involvement, and enjoyment in the process of the activity. It is a state in which you are the most productive!
拡張機能の基本情報
名前 | FlowTime |
ID | ogaicamnmocpjcbcfpnaccmmhpfmogbb |
公式URL | https://chromewebstore.google.com/detail/flowtime/ogaicamnmocpjcbcfpnaccmmhpfmogbb |
説明 | A Chrome Extension to boost your productivity! |
ファイルサイズ | 229 KB |
インストール数 | 11,066 |
現在のバージョン | 4.0.2 |
最終更新日 | 2023-05-22 |
公開日 | 2019-11-09 |
評価 | 4.13/5 合計 105 レビュー |
開発者 | https://www.flowtime.biz |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.flowtime.biz/ |
ヘルプページのURL | https://www.flowtime.biz/ |
プライバシーポリシーページのURL | https://www.flowtime.biz/privacy-policy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FlowTime", "version": "4.0.2.0", "version_name": "4.0.2", "description": "A Chrome Extension to boost your productivity!", "action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "icons\/icon16-dark.png", "32": "icons\/icon32-dark.png", "48": "icons\/icon48-dark.png", "128": "icons\/icon128-dark.png" }, "permissions": [ "storage", "tabs", "notifications", "scripting" ], "host_permissions": [ "*:\/\/*.flowtime.biz\/*" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "externally_connectable": { "matches": [ "*:\/\/*.flowtime.biz\/*" ] } } |