FLOW

This extension makes the webpage breathe

FLOW क्या है?

FLOW http://analogue.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension makes the webpage breathe"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FLOW एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/"
    ]
}