T-Rex running Dinosaur
Press the space bar (or up arrow key) to start the T-Rex game. To sit down - press down arrow key.
什么是T-Rex running Dinosaur?
T-Rex running Dinosaur是由ilpryahin开发的Chrome扩展程序,该扩展的主要功能是“Press the space bar (or up arrow key) to start the T-Rex game. To sit down - press down arrow key.”。
扩展截图
下载T-Rex running Dinosaur扩展crx文件
下载T-Rex running Dinosaur扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
T-Rex Dinosaur - a famous runner game. Press the space bar (or up arrow key) to start the T-Rex game. To sit down - press down arrow key. 扩展基本信息
| 名称 | |
| ID | hklcgjcljkpbpkaammpdgajgoejolfmm |
| 官方URL | https://chromewebstore.google.com/detail/t-rex-running-dinosaur/hklcgjcljkpbpkaammpdgajgoejolfmm |
| 简介 | Press the space bar (or up arrow key) to start the T-Rex game. To sit down - press down arrow key. |
| 文件大小 | 1.98 MB |
| 安装次数 | 3,267 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2021-05-19 |
| 上架时间 | 2021-05-19 |
| 评分 | 3.50/5 共2次评分 |
| 开发者 | ilpryahin |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "game\/index.html",
"default_title": "T-Rex running Dinosaur"
},
"description": "Press the space bar (or up arrow key) to start the T-Rex game. To sit down - press down arrow key.",
"icons": {
"128": "icon.png"
},
"manifest_version": 2,
"name": "T-Rex running Dinosaur",
"version": "1.0.1",
"background": {
"scripts": [
"bg.js"
],
"persistent": false
}
} | |