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 |
| Eメール | [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
}
} | |