Breathe

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

Co je Breathe?

Breathe je rozšíření Chrome vyvinuté Path Seventeen, a jeho hlavní funkcí je „A Firefox WebExtension reminding you to breathe, or anything else.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Breathe

Stáhněte si soubory rozšíření Breathe ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Breathe Breathe
ID lnepdnkpeilknjfjhibhcbmpmmdpmffa
Oficiální URL https://chromewebstore.google.com/detail/breathe/lnepdnkpeilknjfjhibhcbmpmmdpmffa
Popis A Firefox WebExtension reminding you to breathe, or anything else.
Velikost souboru 59.69 KB
Počet instalací 36
Aktuální Verze 1.2.0
Poslední Aktualizace 2017-03-27
Datum Vydání 2017-03-27
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Path Seventeen
Typ Platby free
Webové stránky Rozšíření https://github.com/prtksxna/breathe
URL Stránky Nápovědy https://github.com/prtksxna/breathe/issues
Podporované Jazyky 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"
    ]
}