Breathe

A Firefox WebExtension reminding you to breathe, or anything else.

What is Breathe?

Breathe is a Chrome extension developed by Path Seventeen, and its main feature is "A Firefox WebExtension reminding you to breathe, or anything else.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Breathe Extension CRX File

Download Breathe extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Remember to breathe. This extension shows you a simple message of your choice every time you open a new tab. You can create a list of messages that the extension will randomly choose from. You can also change the colors and fonts of the message.                    

Extension Basic Information

Name Breathe Breathe
ID lnepdnkpeilknjfjhibhcbmpmmdpmffa
Official URL https://chromewebstore.google.com/detail/breathe/lnepdnkpeilknjfjhibhcbmpmmdpmffa
Description A Firefox WebExtension reminding you to breathe, or anything else.
File Size 59.69 KB
Installation Count 36
Current Version 1.2.0
Last Updated 2017-03-27
Publish Date 2017-03-27
Rating 5.00/5 Total 2 Ratings
Developer Path Seventeen
Payment Type free
Extension Website https://github.com/prtksxna/breathe
Help Page URL https://github.com/prtksxna/breathe/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Breathe",
    "version": "1.2.0",
    "description": "A Firefox WebExtension reminding you to breathe, or anything else.",
    "icons": {
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_ui": {
        "page": "settings\/settings.html"
    },
    "permissions": [
        "storage"
    ]
}