Persona 4 - Weather News

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

Vad är Persona 4 - Weather News?

Persona 4 - Weather News är en Chrome-tillägg utvecklad av Educorreia932, och dess huvudfunktion är "A Google Chrome extension that makes your New Tab page display the weather news in the style of Persona 4.".

Tilläggsskärmbilder

screenshot

Ladda ner Persona 4 - Weather News-förlängningens CRX-fil

Ladda ner Persona 4 - Weather News-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Persona 4 - Weather News Persona 4 - Weather News
ID ajkjjidmajhngmhaelbfbnngnldhmghh
Officiell webbadress https://chromewebstore.google.com/detail/persona-4-weather-news/ajkjjidmajhngmhaelbfbnngnldhmghh
Beskrivning A Google Chrome extension that makes your New Tab page display the weather news in the style of Persona 4.
Filstorlek 6.65 MB
Antal Installationer 389
Aktuell Version 0.0.3
Senast Uppdaterad 2021-09-30
Publiceringsdatum 2021-09-22
Betyg 4.40/5 Totalt 5 Betyg
Utvecklare Educorreia932
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        ]
    }
}