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.
擴展基本資訊
名稱 | Hangman guess the word game |
ID | nnlophhgpmjmnifpcoopmiaoolihaafn |
官方網址 | 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 |
電子郵箱 | [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" } } |