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
拡張機能の基本情報
名前 | 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 |
Eメール | [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" ] } } |