Hangman guess the word game
Play a quick game of hangman while you are waiting for something else!
Hangman guess the word gameとは何ですか?
Hangman guess the word gameはAd Eggermontによって開発されたChromeの拡張機能で、その主な機能は「Play a quick game of hangman while you are waiting for something else!」です。
拡張機能のスクリーンショット
Hangman guess the word game拡張機能のCRXファイルをダウンロード
Hangman guess the word game拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
There are more than 500 words available in English and Dutch. 拡張機能の基本情報
| 名前 | |
| ID | nnlophhgpmjmnifpcoopmiaoolihaafn |
| 公式URL | https://chromewebstore.google.com/detail/hangman-guess-the-word-ga/nnlophhgpmjmnifpcoopmiaoolihaafn |
| 説明 | Play a quick game of hangman while you are waiting for something else! |
| ファイルサイズ | 3.48 MB |
| インストール数 | 332 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2021-12-23 |
| 公開日 | 2021-12-22 |
| 開発者 | Ad Eggermont |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Hangman guess the word game",
"version": "1.0",
"description": "Play a quick game of hangman while you are waiting for something else!",
"icons": {
"128": "icons\/icon_128.png"
},
"manifest_version": 2,
"browser_action": {
"default_icon": "icons\/icon.png",
"default_popup": "index.html",
"default_title": "Hangman guess the word game"
}
} | |