Persona 4 - Weather News
A Google Chrome extension that makes your New Tab page display the weather news in the style of Persona 4.
什么是Persona 4 - Weather News?
Persona 4 - Weather News是由Educorreia932开发的Chrome扩展程序,该扩展的主要功能是“A Google Chrome extension that makes your New Tab page display the weather news in the style of Persona 4.”。
扩展截图
下载Persona 4 - Weather News扩展crx文件
下载Persona 4 - Weather News扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Make your New Tab page display the weather news in the style of Persona 4 扩展基本信息
| 名称 | |
| ID | ajkjjidmajhngmhaelbfbnngnldhmghh |
| 官方URL | https://chromewebstore.google.com/detail/persona-4-weather-news/ajkjjidmajhngmhaelbfbnngnldhmghh |
| 简介 | A Google Chrome extension that makes your New Tab page display the weather news in the style of Persona 4. |
| 文件大小 | 6.65 MB |
| 安装次数 | 389 |
| 当前版本 | 0.0.3 |
| 更新时间 | 2021-09-30 |
| 上架时间 | 2021-09-22 |
| 评分 | 4.40/5 共5次评分 |
| 开发者 | Educorreia932 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
]
}
} | |