FLOW

This extension makes the webpage breathe

ما هو FLOW؟

FLOW هو إضافة Chrome تم تطويرها بواسطة http://analogue.ai، والميزة الرئيسية لها هي "This extension makes the webpage breathe".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة FLOW

قم بتنزيل ملفات الامتداد FLOW بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/"
    ]
}