Fresh Air - A Simple Breathing Tool

A minimal breathing tool that replaces your new tab page with a clear head.

Was ist Fresh Air - A Simple Breathing Tool?

Fresh Air - A Simple Breathing Tool ist eine Chrome-Erweiterung, die von Ryder Damen entwickelt wurde, und ihr Hauptmerkmal ist "A minimal breathing tool that replaces your new tab page with a clear head.".

Erweiterungsscreenshots

screenshot
screenshot

Fresh Air - A Simple Breathing Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fresh Air - A Simple Breathing Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Fresh Air is a New Tab extension built for chrome that leads you through a simple breathing exercise before you browse. It’s designed to help you take a break, take a breath, and become more mindful while mindlessly browsing the web.

To use it, simply open a new tab, breath in, hold, and breath out. Click to repeat as necessary.

Click on the Options menu in the navigation bar to change options for colour, breath duration, and more.                    

Grundlegende Informationen zur Erweiterung

Name Fresh Air - A Simple Breathing Tool Fresh Air - A Simple Breathing Tool
ID fmadccddjjelkfeiamjbngfnikkeihna
Offizielle URL https://chromewebstore.google.com/detail/fresh-air-a-simple-breath/fmadccddjjelkfeiamjbngfnikkeihna
Beschreibung A minimal breathing tool that replaces your new tab page with a clear head.
Dateigröße 283 KB
Installationsanzahl 1,193
Aktuelle Version 1.3
Letztes Update 2018-01-18
Veröffentlichungsdatum 2018-01-18
Bewertung 5.00/5 Insgesamt 8 Bewertungen
Entwickler Ryder Damen
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://ryderdamen.com/fresh-air
Hilfeseite URL http://ryderdamen.com/fresh-air
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fresh Air - A Simple Breathing Tool",
    "version": "1.3",
    "description": "A minimal breathing tool that replaces your new tab page with a clear head.",
    "author": "Ryder Damen",
    "icons": {
        "48": "assets\/48.png",
        "128": "assets\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html"
}