JoyTab - Your News Tab
A joy photography themed top news stories reader for your New Tab page
Что такое JoyTab - Your News Tab?
JoyTab - Your News Tab - это расширение Chrome, разработанное Audien, и его основная функция - "A joy photography themed top news stories reader for your New Tab page".
Снимки экрана расширения
Скачать файл CRX расширения JoyTab - Your News Tab
Скачайте файлы расширений JoyTab - Your News Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
JoyTab is an extension that replaces your new tab with refreshing photography backgrounds, a search bar, and trending new stories so you have everything you'll need when you open a new tab. The news stories are powered by The New York Times RSS Feed.
By clicking "Add to chrome", I accept and agree to installing the JoyTab extension and setting Chrome New Tab search to that provided by the service. The search provider will be Microsoft Bing
Privacy Policy: https://audien.io/privacy/
Terms of Service: https://audien.io/user/agreement/
Key Feature Include:
* Show Most Visited Sites
* Refreshing Photography Background
* See Trending News Stories
You can reach out to us at [email protected] Основная информация о расширении
| Название | |
| ID | pchdgeoklpcoicflglaoifjeoklpjffb |
| Официальный URL | https://chromewebstore.google.com/detail/joytab-your-news-tab/pchdgeoklpcoicflglaoifjeoklpjffb |
| Описание | A joy photography themed top news stories reader for your New Tab page |
| Размер файла | 14.2 MB |
| Количество установок | 4,389 |
| Текущая Версия | 0.0.9 |
| Последнее Обновление | 2023-05-31 |
| Дата публикации | 2022-08-09 |
| Разработчик | Audien |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы политики конфиденциальности | https://audien.io/privacy |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"chrome_url_overrides": {
"newtab": "dist\/index.html"
},
"description": "A joy photography themed top news stories reader for your New Tab page",
"manifest_version": 3,
"name": "JoyTab - Your News Tab",
"permissions": [
"storage",
"topSites"
],
"background": {
"service_worker": "background.js"
},
"version": "0.0.9",
"icons": {
"16": "images\/icon16.png",
"128": "images\/icon128.png"
}
} | |