Shower Thoughts New Tab

Shower Thoughts and Earth Porn

O que é Shower Thoughts New Tab?

Shower Thoughts New Tab é uma extensão do Chrome desenvolvida por thenickreynolds, e sua principal característica é "Shower Thoughts and Earth Porn".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Shower Thoughts New Tab

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

                        Spice up your new tab page with quirky quotes from /r/ShowerThoughts and beautiful photos from /r/EarthPorn - a new quote and image each day.

Recent changes:
- Todoist integration
- New refresh button to get a new image and quote early
- Link to GitHub repository
- Loads much faster
- Shows one quote and image per day (helps with speed) 
- See a quote from /r/ShowerThoughts and an image from /r/EarthPorn in your new tab

GitHub: https://github.com/thenickreynolds/ShowerThoughts                    

Informações Básicas da Extensão

Nome Shower Thoughts New Tab Shower Thoughts New Tab
ID gecolonhalhakngoolfohhnbdhbejhec
URL Oficial https://chromewebstore.google.com/detail/shower-thoughts-new-tab/gecolonhalhakngoolfohhnbdhbejhec
Descrição Shower Thoughts and Earth Porn
Tamanho do Arquivo 96.99 KB
Contagem de Instalações 39
Versão Atual 1.8
Última Atualização 2023-12-28
Data de Publicação 2020-04-11
Classificação 4.67/5 Total de 3 Avaliações
Desenvolvedor thenickreynolds
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/thenickreynolds/ShowerThoughts
URL da Página de Ajuda https://github.com/thenickreynolds/ShowerThoughts
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shower Thoughts New Tab",
    "version": "1.8",
    "description": "Shower Thoughts and Earth Porn",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}