Shower Thoughts New Tab
Shower Thoughts and Earth Porn
Cos'è Shower Thoughts New Tab?
Shower Thoughts New Tab è un'estensione di Chrome sviluppata da thenickreynolds, e la sua funzione principale è "Shower Thoughts and Earth Porn".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Shower Thoughts New Tab
Scarica i file di estensione Shower Thoughts New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | gecolonhalhakngoolfohhnbdhbejhec |
| URL Ufficiale | https://chromewebstore.google.com/detail/shower-thoughts-new-tab/gecolonhalhakngoolfohhnbdhbejhec |
| Descrizione | Shower Thoughts and Earth Porn |
| Dimensione del File | 96.99 KB |
| Conteggio Installazioni | 39 |
| Versione Corrente | 1.8 |
| Ultimo Aggiornamento | 2023-12-28 |
| Data di Pubblicazione | 2020-04-11 |
| Valutazione | 4.67/5 Totale 3 Valutazioni |
| Sviluppatore | thenickreynolds |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/thenickreynolds/ShowerThoughts |
| URL della Pagina di Aiuto | https://github.com/thenickreynolds/ShowerThoughts |
| Lingue Supportate | 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"
}
} | |