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 to jest Persona 4 - Weather News?

Persona 4 - Weather News to rozszerzenie Chrome opracowane przez Educorreia932, a jego główną funkcją jest „A Google Chrome extension that makes your New Tab page display the weather news in the style of Persona 4.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Persona 4 - Weather News

Pobierz pliki rozszerzeń Persona 4 - Weather News w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Persona 4 - Weather News Persona 4 - Weather News
ID ajkjjidmajhngmhaelbfbnngnldhmghh
Oficjalny URL https://chromewebstore.google.com/detail/persona-4-weather-news/ajkjjidmajhngmhaelbfbnngnldhmghh
Opis A Google Chrome extension that makes your New Tab page display the weather news in the style of Persona 4.
Rozmiar pliku 6.65 MB
Liczba instalacji 389
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2021-09-30
Data Publikacji 2021-09-22
Ocena 4.40/5 Łącznie 5 Oceny
Deweloper Educorreia932
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}