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
官方網址 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\/"
    ]
}