Shower Thoughts New Tab
Shower Thoughts and Earth Porn
Was ist Shower Thoughts New Tab?
Shower Thoughts New Tab ist eine Chrome-Erweiterung, die von thenickreynolds entwickelt wurde, und ihr Hauptmerkmal ist "Shower Thoughts and Earth Porn".
Erweiterungsscreenshots
Shower Thoughts New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Shower Thoughts New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gecolonhalhakngoolfohhnbdhbejhec |
| Offizielle URL | https://chromewebstore.google.com/detail/shower-thoughts-new-tab/gecolonhalhakngoolfohhnbdhbejhec |
| Beschreibung | Shower Thoughts and Earth Porn |
| Dateigröße | 96.99 KB |
| Installationsanzahl | 39 |
| Aktuelle Version | 1.8 |
| Letztes Update | 2023-12-28 |
| Veröffentlichungsdatum | 2020-04-11 |
| Bewertung | 4.67/5 Insgesamt 3 Bewertungen |
| Entwickler | thenickreynolds |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/thenickreynolds/ShowerThoughts |
| Hilfeseite URL | https://github.com/thenickreynolds/ShowerThoughts |
| Unterstützte Sprachen | 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"
}
} | |