FLOW

This extension makes the webpage breathe

Co to jest FLOW?

FLOW to rozszerzenie Chrome opracowane przez http://analogue.ai, a jego główną funkcją jest „This extension makes the webpage breathe”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia FLOW

Pobierz pliki rozszerzeń FLOW w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa FLOW FLOW
ID fcpioljggfdmadgoogjlglicdffdmank
Oficjalny URL https://chrome.google.com/webstore/detail/flow/fcpioljggfdmadgoogjlglicdffdmank
Opis This extension makes the webpage breathe
Rozmiar pliku 367 KB
Liczba instalacji 43
Aktualna Wersja beta
Ostatnia Aktualizacja 2018-03-20
Data Publikacji 2018-03-20
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper http://analogue.ai
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}