FLOW

This extension makes the webpage breathe

什么是FLOW?

FLOW是由http://analogue.ai开发的Chrome扩展程序,该扩展的主要功能是“This extension makes the webpage breathe”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载FLOW扩展crx文件

下载FLOW扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        FLOW applies human heartbeat and breathing patterns to any web page being visited. This Chrome extension helps humans to regulate their breathing rhythm without getting distracted while working behind computer screens.                    

扩展基本信息

名称 FLOW FLOW
ID fcpioljggfdmadgoogjlglicdffdmank
官方URL https://chrome.google.com/webstore/detail/flow/fcpioljggfdmadgoogjlglicdffdmank
简介 This extension makes the webpage breathe
文件大小 367 KB
安装次数 43
当前版本 beta
更新时间 2018-03-20
上架时间 2018-03-20
评分 5.00/5 共1次评分
开发者 http://analogue.ai
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "options_page": "options.html",
    "name": "FLOW",
    "short_name": "flow",
    "description": "This extension makes the webpage breathe",
    "version": "0.0.0.6",
    "version_name": "beta",
    "offline_enabled": true,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery.js",
                "jq.js",
                "flow.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_behaviour": [
            "jq.js, flow.js"
        ]
    },
    "background": {
        "scripts": [
            "flow.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "https:\/\/ajax.googleapis.com\/"
    ]
}