Persona 4 - Weather News
A Google Chrome extension that makes your New Tab page display the weather news in the style of Persona 4.
What is Persona 4 - Weather News?
Persona 4 - Weather News is a Chrome extension developed by Educorreia932, and its main feature is "A Google Chrome extension that makes your New Tab page display the weather news in the style of Persona 4.".
Extension Screenshots
Download Persona 4 - Weather News Extension CRX File
Download Persona 4 - Weather News extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Make your New Tab page display the weather news in the style of Persona 4
Extension Basic Information
Name | Persona 4 - Weather News |
ID | ajkjjidmajhngmhaelbfbnngnldhmghh |
Official URL | https://chromewebstore.google.com/detail/persona-4-weather-news/ajkjjidmajhngmhaelbfbnngnldhmghh |
Description | A Google Chrome extension that makes your New Tab page display the weather news in the style of Persona 4. |
File Size | 6.65 MB |
Installation Count | 389 |
Current Version | 0.0.3 |
Last Updated | 2021-09-30 |
Publish Date | 2021-09-22 |
Rating | 4.40/5 Total 5 Ratings |
Developer | Educorreia932 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } } |