Shower Thoughts New Tab
Shower Thoughts and Earth Porn
Co to jest Shower Thoughts New Tab?
Shower Thoughts New Tab to rozszerzenie Chrome opracowane przez thenickreynolds, a jego główną funkcją jest „Shower Thoughts and Earth Porn”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Shower Thoughts New Tab
Pobierz pliki rozszerzeń Shower Thoughts New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gecolonhalhakngoolfohhnbdhbejhec |
| Oficjalny URL | https://chromewebstore.google.com/detail/shower-thoughts-new-tab/gecolonhalhakngoolfohhnbdhbejhec |
| Opis | Shower Thoughts and Earth Porn |
| Rozmiar pliku | 96.99 KB |
| Liczba instalacji | 39 |
| Aktualna Wersja | 1.8 |
| Ostatnia Aktualizacja | 2023-12-28 |
| Data Publikacji | 2020-04-11 |
| Ocena | 4.67/5 Łącznie 3 Oceny |
| Deweloper | thenickreynolds |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/thenickreynolds/ShowerThoughts |
| Adres URL Strony Pomocy | https://github.com/thenickreynolds/ShowerThoughts |
| Obsługiwane Języki | 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"
}
} | |