NU.nl Nieuws Tab
NU.nl Nieuws Tab geeft het laatste nieuws bij het openenen van een nieuw tabblad!
Cos'è NU.nl Nieuws Tab?
NU.nl Nieuws Tab è un'estensione di Chrome sviluppata da Matthias, e la sua funzione principale è "NU.nl Nieuws Tab geeft het laatste nieuws bij het openenen van een nieuw tabblad!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NU.nl Nieuws Tab
Scarica i file di estensione NU.nl Nieuws 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
Bij het openen van een nieuw tabblad krijgt u een startpagina met het laatste nieuws van NU.nl te zien. Zo blijft u tijdens het browsen altijd up-to-date met de laatste nieuwsartikelen. Informazioni di Base sull'Estensione
| Nome | |
| ID | ejedpehkpjjdefkkfhogglieibghnnco |
| URL Ufficiale | https://chromewebstore.google.com/detail/nunl-nieuws-tab/ejedpehkpjjdefkkfhogglieibghnnco |
| Descrizione | NU.nl Nieuws Tab geeft het laatste nieuws bij het openenen van een nieuw tabblad! |
| Dimensione del File | 216 KB |
| Conteggio Installazioni | 680 |
| Versione Corrente | 2.2 |
| Ultimo Aggiornamento | 2021-01-29 |
| Data di Pubblicazione | 2017-10-12 |
| Valutazione | 3.67/5 Totale 3 Valutazioni |
| Sviluppatore | Matthias |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | nl |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "NU.nl Nieuws Tab",
"version": "2.2",
"description": "NU.nl Nieuws Tab geeft het laatste nieuws bij het openenen van een nieuw tabblad!",
"icons": {
"16": "icons\/nu16.png",
"32": "icons\/nu32.png",
"48": "icons\/nu48.png",
"128": "icons\/nu128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/_\/chrome\/newtab*"
],
"js": [
"app.js"
]
}
],
"content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'"
} | |