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.”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 Persona 4 - Weather News Persona 4 - Weather News
ID ajkjjidmajhngmhaelbfbnngnldhmghh
官方網址 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"
        ]
    }
}