FlowTime

A Chrome Extension to boost your productivity!

什么是FlowTime?

FlowTime是由https://www.flowtime.biz开发的Chrome扩展程序,该扩展的主要功能是“A Chrome Extension to boost your productivity!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载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 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
电子邮箱 [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\/*"
        ]
    }
}