Five Minute Stoic

It's easy to get distracted when browsing the web. Five Minute Stoic is a an extension that displays a Stoic quote when you click…

O que é Five Minute Stoic?

Five Minute Stoic é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "It's easy to get distracted when browsing the web. Five Minute Stoic is a an extension that displays a Stoic quote when you click…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Five Minute Stoic

Baixe arquivos de extensão Five Minute Stoic 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

                        It's easy to get distracted when browsing the web. Five Minute Stoic is a an extension that displays a Stoic quote when you click New Tab in Chrome.  This action allow you to be more mindful and hopefully pause and reflect on the ancient wisdom of the Stoics.                    

Informações Básicas da Extensão

Nome Five Minute Stoic Five Minute Stoic
ID dhncbeikleomghlfiafaadjkigahgcke
URL Oficial https://chromewebstore.google.com/detail/five-minute-stoic/dhncbeikleomghlfiafaadjkigahgcke
Descrição It's easy to get distracted when browsing the web. Five Minute Stoic is a an extension that displays a Stoic quote when you click…
Tamanho do Arquivo 5.92 KB
Contagem de Instalações 25
Versão Atual 0.0.2
Última Atualização 2016-02-25
Data de Publicação 2016-02-24
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Five Minute Stoic",
    "version": "0.0.2",
    "chrome_url_overrides": {
        "newtab": "FiveMinuteStoic.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "FiveMinuteStoic16.png",
        "48": "FiveMinuteStoic48.png",
        "128": "FiveMinuteStoic128.png"
    }
}