JoyTab - Your News Tab
A joy photography themed top news stories reader for your New Tab page
Co je JoyTab - Your News Tab?
JoyTab - Your News Tab je rozšíření Chrome vyvinuté Audien, a jeho hlavní funkcí je „A joy photography themed top news stories reader for your New Tab page“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření JoyTab - Your News Tab
Stáhněte si soubory rozšíření JoyTab - Your News Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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] Základní Informace o Rozšíření
| Název | |
| ID | pchdgeoklpcoicflglaoifjeoklpjffb |
| Oficiální URL | https://chromewebstore.google.com/detail/joytab-your-news-tab/pchdgeoklpcoicflglaoifjeoklpjffb |
| Popis | A joy photography themed top news stories reader for your New Tab page |
| Velikost souboru | 14.2 MB |
| Počet instalací | 4,389 |
| Aktuální Verze | 0.0.9 |
| Poslední Aktualizace | 2023-05-31 |
| Datum Vydání | 2022-08-09 |
| Vývojář | Audien |
| [email protected] | |
| Typ Platby | free |
| URL Stránky Zásad Ochrany Soukromí | https://audien.io/privacy |
| Podporované Jazyky | 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"
}
} | |