FLOW

This extension makes the webpage breathe

Co je FLOW?

FLOW je rozšíření Chrome vyvinuté http://analogue.ai, a jeho hlavní funkcí je „This extension makes the webpage breathe“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření FLOW

Stáhněte si soubory rozšíření FLOW ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název FLOW FLOW
ID fcpioljggfdmadgoogjlglicdffdmank
Oficiální URL https://chrome.google.com/webstore/detail/flow/fcpioljggfdmadgoogjlglicdffdmank
Popis This extension makes the webpage breathe
Velikost souboru 367 KB
Počet instalací 43
Aktuální Verze beta
Poslední Aktualizace 2018-03-20
Datum Vydání 2018-03-20
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář http://analogue.ai
Typ Platby free
Podporované Jazyky 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\/"
    ]
}