Random Shower Thoughts

This extension shows a random shower thought from todays top /r/showerthoughts

O que é Random Shower Thoughts?

Random Shower Thoughts é uma extensão do Chrome desenvolvida por Dan Walker, e sua principal característica é "This extension shows a random shower thought from todays top /r/showerthoughts".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Random Shower Thoughts

Baixe arquivos de extensão Random Shower Thoughts 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

                        Random Shower Thoughts brings you a random shower thought from /r/showerthoughts.

The quotes displayed are fetched from the currently hottest submissions to /r/showerthoughts, with a link to the thread and the authors name displayed underneath. 

Now every time you open a new tab you get some incredibly inspiring advice and food for thought, such as "The NBA's website should be www.nba.net." or even "Becoming a millionaire has a whole new meaning if you're a billionaire.".                    

Informações Básicas da Extensão

Nome Random Shower Thoughts Random Shower Thoughts
ID icecikijkakfiloiblnnoacpgefegpec
URL Oficial https://chrome.google.com/webstore/detail/random-shower-thoughts/icecikijkakfiloiblnnoacpgefegpec
Descrição This extension shows a random shower thought from todays top /r/showerthoughts
Tamanho do Arquivo 53.83 KB
Contagem de Instalações 15
Versão Atual 1.0
Última Atualização 2015-05-02
Data de Publicação 2015-05-02
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Dan Walker
Tipo de Pagamento free
Site da Extensão http://www.danwalker.com
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Random Shower Thoughts",
    "description": "This extension shows a random shower thought from todays top \/r\/showerthoughts",
    "version": "1.0",
    "permissions": [
        "http:\/\/reddit.com\/r\/showerthoughts.json",
        "https:\/\/reddit.com\/r\/showerthoughts.json",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "custom.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}