Shower Thoughts New Tab
Shower Thoughts and Earth Porn
Hvad er Shower Thoughts New Tab?
Shower Thoughts New Tab er en Chrome-udvidelse udviklet af thenickreynolds, og dens hovedfunktion er "Shower Thoughts and Earth Porn".
Udvidelsesskærmbilleder
Download Shower Thoughts New Tab-udvidelses-CRX-fil
Download Shower Thoughts New Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | gecolonhalhakngoolfohhnbdhbejhec |
| Officiel URL | https://chromewebstore.google.com/detail/shower-thoughts-new-tab/gecolonhalhakngoolfohhnbdhbejhec |
| Beskrivelse | Shower Thoughts and Earth Porn |
| Filstørrelse | 96.99 KB |
| Antal Installationer | 39 |
| Nuværende Version | 1.8 |
| Senest Opdateret | 2023-12-28 |
| Udgivelsesdato | 2020-04-11 |
| Bedømmelse | 4.67/5 Samlet 3 Bedømmelser |
| Udvikler | thenickreynolds |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/thenickreynolds/ShowerThoughts |
| Hjælpeside-URL | https://github.com/thenickreynolds/ShowerThoughts |
| Understøttede Sprog | 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"
}
} | |