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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Educorreia932 และคุณลักษณะหลักของมันคือ "A Google Chrome extension that makes your New Tab page display the weather news in the style of Persona 4."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Persona 4 - Weather News

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
        ]
    }
}