Shower Thoughts New Tab
Shower Thoughts and Earth Porn
Что такое Shower Thoughts New Tab?
Shower Thoughts New Tab - это расширение Chrome, разработанное thenickreynolds, и его основная функция - "Shower Thoughts and Earth Porn".
Снимки экрана расширения
Скачать файл CRX расширения Shower Thoughts New Tab
Скачайте файлы расширений Shower Thoughts New Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | gecolonhalhakngoolfohhnbdhbejhec |
| Официальный URL | https://chromewebstore.google.com/detail/shower-thoughts-new-tab/gecolonhalhakngoolfohhnbdhbejhec |
| Описание | Shower Thoughts and Earth Porn |
| Размер файла | 96.99 KB |
| Количество установок | 39 |
| Текущая Версия | 1.8 |
| Последнее Обновление | 2023-12-28 |
| Дата публикации | 2020-04-11 |
| Рейтинг | 4.67/5 Всего 3 оценок |
| Разработчик | thenickreynolds |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/thenickreynolds/ShowerThoughts |
| URL страницы помощи | https://github.com/thenickreynolds/ShowerThoughts |
| Поддерживаемые языки | 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"
}
} | |