FLOW
This extension makes the webpage breathe
Qu'est-ce que FLOW ?
FLOW est une extension Chrome développée par http://analogue.ai, et sa fonction principale est "This extension makes the webpage breathe".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FLOW
Téléchargez les fichiers d'extension FLOW au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | fcpioljggfdmadgoogjlglicdffdmank |
URL Officiel | https://chrome.google.com/webstore/detail/flow/fcpioljggfdmadgoogjlglicdffdmank |
Description | This extension makes the webpage breathe |
Taille du Fichier | 367 KB |
Nombre d'Installations | 43 |
Version Actuelle | beta |
Dernière Mise à Jour | 2018-03-20 |
Date de Publication | 2018-03-20 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://analogue.ai |
Type de Paiement | free |
Langues Prises en Charge | 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\/" ] } |