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 |
| 电子邮箱 | [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"
}
} | |