JoyTab - Your News Tab
A joy photography themed top news stories reader for your New Tab page
Co to jest JoyTab - Your News Tab?
JoyTab - Your News Tab to rozszerzenie Chrome opracowane przez Audien, a jego główną funkcją jest „A joy photography themed top news stories reader for your New Tab page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia JoyTab - Your News Tab
Pobierz pliki rozszerzeń JoyTab - Your News 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
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] Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | pchdgeoklpcoicflglaoifjeoklpjffb |
| Oficjalny URL | https://chromewebstore.google.com/detail/joytab-your-news-tab/pchdgeoklpcoicflglaoifjeoklpjffb |
| Opis | A joy photography themed top news stories reader for your New Tab page |
| Rozmiar pliku | 14.2 MB |
| Liczba instalacji | 4,389 |
| Aktualna Wersja | 0.0.9 |
| Ostatnia Aktualizacja | 2023-05-31 |
| Data Publikacji | 2022-08-09 |
| Deweloper | Audien |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | https://audien.io/privacy |
| Obsługiwane Języki | 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"
}
} | |