Fresh Air - A Simple Breathing Tool

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

O que é Fresh Air - A Simple Breathing Tool?

Fresh Air - A Simple Breathing Tool é uma extensão do Chrome desenvolvida por Ryder Damen, e sua principal característica é "A minimal breathing tool that replaces your new tab page with a clear head.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Fresh Air - A Simple Breathing Tool

Baixe arquivos de extensão Fresh Air - A Simple Breathing Tool 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

                        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.                    

Informações Básicas da Extensão

Nome Fresh Air - A Simple Breathing Tool Fresh Air - A Simple Breathing Tool
ID fmadccddjjelkfeiamjbngfnikkeihna
URL Oficial https://chromewebstore.google.com/detail/fresh-air-a-simple-breath/fmadccddjjelkfeiamjbngfnikkeihna
Descrição A minimal breathing tool that replaces your new tab page with a clear head.
Tamanho do Arquivo 283 KB
Contagem de Instalações 1,193
Versão Atual 1.3
Última Atualização 2018-01-18
Data de Publicação 2018-01-18
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor Ryder Damen
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://ryderdamen.com/fresh-air
URL da Página de Ajuda http://ryderdamen.com/fresh-air
Idiomas Suportados 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"
}