Persona 4 - Weather News

A Google Chrome extension that makes your New Tab page display the weather news in the style of Persona 4.

Wat is Persona 4 - Weather News?

Persona 4 - Weather News is een Chrome-extensie ontwikkeld door Educorreia932, en de belangrijkste functie is "A Google Chrome extension that makes your New Tab page display the weather news in the style of Persona 4.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Persona 4 - Weather News

Download Persona 4 - Weather News-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Make your New Tab page display the weather news in the style of Persona 4                    

Basisinformatie over de Extensie

Naam Persona 4 - Weather News Persona 4 - Weather News
ID ajkjjidmajhngmhaelbfbnngnldhmghh
Officiële URL https://chromewebstore.google.com/detail/persona-4-weather-news/ajkjjidmajhngmhaelbfbnngnldhmghh
Beschrijving A Google Chrome extension that makes your New Tab page display the weather news in the style of Persona 4.
Bestandsgrootte 6.65 MB
Aantal Installaties 389
Huidige Versie 0.0.3
Laatst Bijgewerkt 2021-09-30
Publicatiedatum 2021-09-22
Beoordeling 4.40/5 Totaal 5 Beoordelingen
Ontwikkelaar Educorreia932
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}