Persona 4 - Weather News

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

Co je Persona 4 - Weather News?

Persona 4 - Weather News je rozšíření Chrome vyvinuté Educorreia932, a jeho hlavní funkcí je „A Google Chrome extension that makes your New Tab page display the weather news in the style of Persona 4.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Persona 4 - Weather News

Stáhněte si soubory rozšíření Persona 4 - Weather News 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í

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

Základní Informace o Rozšíření

Název Persona 4 - Weather News Persona 4 - Weather News
ID ajkjjidmajhngmhaelbfbnngnldhmghh
Oficiální URL https://chromewebstore.google.com/detail/persona-4-weather-news/ajkjjidmajhngmhaelbfbnngnldhmghh
Popis A Google Chrome extension that makes your New Tab page display the weather news in the style of Persona 4.
Velikost souboru 6.65 MB
Počet instalací 389
Aktuální Verze 0.0.3
Poslední Aktualizace 2021-09-30
Datum Vydání 2021-09-22
Hodnocení 4.40/5 Celkem 5 Hodnocení
Vývojář Educorreia932
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        ]
    }
}