Persona 4 - Weather News
A Google Chrome extension that makes your New Tab page display the weather news in the style of Persona 4.
Cos'è Persona 4 - Weather News?
Persona 4 - Weather News è un'estensione di Chrome sviluppata da Educorreia932, e la sua funzione principale è "A Google Chrome extension that makes your New Tab page display the weather news in the style of Persona 4.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Persona 4 - Weather News
Scarica i file di estensione Persona 4 - Weather News 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
Make your New Tab page display the weather news in the style of Persona 4 Informazioni di Base sull'Estensione
| Nome | |
| ID | ajkjjidmajhngmhaelbfbnngnldhmghh |
| URL Ufficiale | https://chromewebstore.google.com/detail/persona-4-weather-news/ajkjjidmajhngmhaelbfbnngnldhmghh |
| Descrizione | A Google Chrome extension that makes your New Tab page display the weather news in the style of Persona 4. |
| Dimensione del File | 6.65 MB |
| Conteggio Installazioni | 389 |
| Versione Corrente | 0.0.3 |
| Ultimo Aggiornamento | 2021-09-30 |
| Data di Pubblicazione | 2021-09-22 |
| Valutazione | 4.40/5 Totale 5 Valutazioni |
| Sviluppatore | Educorreia932 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Persona 4 - Weather News",
"version": "0.0.3",
"description": "A Google Chrome extension that makes your New Tab page display the weather news in the style of Persona 4.",
"author": "Educorreia932",
"chrome_url_overrides": {
"newtab": "\/index.html"
},
"permissions": [
"geolocation"
],
"icons": [],
"background": {
"script": [
"background.js"
]
}
} | |