Shower Thoughts New Tab
Shower Thoughts and Earth Porn
Vad är Shower Thoughts New Tab?
Shower Thoughts New Tab är en Chrome-tillägg utvecklad av thenickreynolds, och dess huvudfunktion är "Shower Thoughts and Earth Porn".
Tilläggsskärmbilder
Ladda ner Shower Thoughts New Tab-förlängningens CRX-fil
Ladda ner Shower Thoughts New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | gecolonhalhakngoolfohhnbdhbejhec |
| Officiell webbadress | https://chromewebstore.google.com/detail/shower-thoughts-new-tab/gecolonhalhakngoolfohhnbdhbejhec |
| Beskrivning | Shower Thoughts and Earth Porn |
| Filstorlek | 96.99 KB |
| Antal Installationer | 39 |
| Aktuell Version | 1.8 |
| Senast Uppdaterad | 2023-12-28 |
| Publiceringsdatum | 2020-04-11 |
| Betyg | 4.67/5 Totalt 3 Betyg |
| Utvecklare | thenickreynolds |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/thenickreynolds/ShowerThoughts |
| Hjälpsida URL | https://github.com/thenickreynolds/ShowerThoughts |
| Stödda Språk | 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"
}
} | |