Hangman
Play the game Hangman.
Hangmanとは何ですか?
Hangmanはauburnpeachfuzzによって開発されたChromeの拡張機能で、その主な機能は「Play the game Hangman.」です。
拡張機能のスクリーンショット
Hangman拡張機能のCRXファイルをダウンロード
Hangman拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows users to play a quick game of hangman whenever they want. It features many different categories, including actors, movies, animals, brands, and rappers, along with different difficulty settings to customize one's experience. Icon made by QuizAnswers from www.icons101.com
拡張機能の基本情報
名前 | |
ID | dgicdiobkdfpalmbbdcmmjhmnpaicnkh |
公式URL | https://chrome.google.com/webstore/detail/hangman/dgicdiobkdfpalmbbdcmmjhmnpaicnkh |
説明 | Play the game Hangman. |
ファイルサイズ | 30.15 KB |
インストール数 | 269 |
現在のバージョン | 1.0 |
最終更新日 | 2018-07-16 |
公開日 | 2018-07-16 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | auburnpeachfuzz |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hangman", "description": "Play the game Hangman.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |