Hangman Game
A fun Hangman game extension
Hangman Gameとは何ですか?
Hangman GameはJie Yuによって開発されたChromeの拡張機能で、その主な機能は「A fun Hangman game extension」です。
拡張機能のスクリーンショット
Hangman Game拡張機能のCRXファイルをダウンロード
Hangman Game拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is a traditional word-guessing game - hangman, with a leader board added. This extension is ideal for students who want to have some fun at school. 拡張機能の基本情報
| 名前 | |
| ID | apcmhphcacfiphjngahekbafibonipio |
| 公式URL | https://chromewebstore.google.com/detail/hangman-game/apcmhphcacfiphjngahekbafibonipio |
| 説明 | A fun Hangman game extension |
| ファイルサイズ | 15.5 KB |
| インストール数 | 47 |
| 現在のバージョン | 6.0 |
| 最終更新日 | 2023-08-12 |
| 公開日 | 2023-07-15 |
| 評価 | 5.00/5 合計 5 レビュー |
| 開発者 | Jie Yu |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Hangman Game",
"version": "6.0",
"description": "A fun Hangman game extension",
"action": {
"default_popup": "index.html"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage"
],
"host_permissions": [
"http:\/\/20.92.251.21:5001\/*"
],
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
}
} | |