Breathe

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

O que é Breathe?

Breathe é uma extensão do Chrome desenvolvida por Path Seventeen, e sua principal característica é "A Firefox WebExtension reminding you to breathe, or anything else.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Breathe

Baixe arquivos de extensão Breathe no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Breathe Breathe
ID lnepdnkpeilknjfjhibhcbmpmmdpmffa
URL Oficial https://chromewebstore.google.com/detail/breathe/lnepdnkpeilknjfjhibhcbmpmmdpmffa
Descrição A Firefox WebExtension reminding you to breathe, or anything else.
Tamanho do Arquivo 59.69 KB
Contagem de Instalações 36
Versão Atual 1.2.0
Última Atualização 2017-03-27
Data de Publicação 2017-03-27
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Path Seventeen
Tipo de Pagamento free
Site da Extensão https://github.com/prtksxna/breathe
URL da Página de Ajuda https://github.com/prtksxna/breathe/issues
Idiomas Suportados 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"
    ]
}