Thrive for Chrome
Recharge with Thrive's New-Tab extension that displays inspirational quotes and beautiful images when you open a new tab in Chrome.
Что такое Thrive for Chrome?
Thrive for Chrome - это расширение Chrome, разработанное chrome-extension-devs, и его основная функция - "Recharge with Thrive's New-Tab extension that displays inspirational quotes and beautiful images when you open a new tab in Chrome.".
Снимки экрана расширения
Скачать файл CRX расширения Thrive for Chrome
Скачайте файлы расширений Thrive for Chrome в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A "New Tab" extension that displays inspirational quotes and beautiful images every time you open a new tab in Chrome.
Recharge, reduce stress, and sprinkle moments of wonder, wisdom, and joy into your day, automatically.
With each new Chrome tab you open, take a moment for yourself. Основная информация о расширении
| Название | |
| ID | lpchgccmcfpjckcmpkbinifohlhkcllm |
| Официальный URL | https://chromewebstore.google.com/detail/thrive-for-chrome/lpchgccmcfpjckcmpkbinifohlhkcllm |
| Описание | Recharge with Thrive's New-Tab extension that displays inspirational quotes and beautiful images when you open a new tab in Chrome. |
| Размер файла | 79.48 MB |
| Количество установок | 1,005 |
| Текущая Версия | 1.4 |
| Последнее Обновление | 2022-05-23 |
| Дата публикации | 2021-09-15 |
| Рейтинг | 5.00/5 Всего 6 оценок |
| Разработчик | chrome-extension-devs |
| Тип оплаты | free |
| Официальный сайт расширения | https://www.thriveglobal.com |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Thrive for Chrome",
"description": "Recharge with Thrive's New-Tab extension that displays inspirational quotes and beautiful images when you open a new tab in Chrome.",
"version": "1.4",
"permissions": [
"cookies"
],
"host_permissions": [
"*:\/\/*.thriveglobal.com\/"
],
"chrome_url_overrides": {
"newtab": "thrive.html"
},
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png",
"256": "icons\/256.png",
"512": "icons\/512.png"
}
} | |