JoyTab - Your News Tab
A joy photography themed top news stories reader for your New Tab page
Cos'è JoyTab - Your News Tab?
JoyTab - Your News Tab è un'estensione di Chrome sviluppata da Audien, e la sua funzione principale è "A joy photography themed top news stories reader for your New Tab page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione JoyTab - Your News Tab
Scarica i file di estensione JoyTab - Your News Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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] Informazioni di Base sull'Estensione
| Nome | |
| ID | pchdgeoklpcoicflglaoifjeoklpjffb |
| URL Ufficiale | https://chromewebstore.google.com/detail/joytab-your-news-tab/pchdgeoklpcoicflglaoifjeoklpjffb |
| Descrizione | A joy photography themed top news stories reader for your New Tab page |
| Dimensione del File | 14.2 MB |
| Conteggio Installazioni | 4,389 |
| Versione Corrente | 0.0.9 |
| Ultimo Aggiornamento | 2023-05-31 |
| Data di Pubblicazione | 2022-08-09 |
| Sviluppatore | Audien |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://audien.io/privacy |
| Lingue Supportate | 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"
}
} | |