FLOW
This extension makes the webpage breathe
FLOWとは何ですか?
FLOWはhttp://analogue.aiによって開発されたChromeの拡張機能で、その主な機能は「This extension makes the webpage breathe」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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\/" ] } |