Jump!
A fun, car-dodging game! How far can you get?
Jump!とは何ですか?
Jump!はAdam Janickiによって開発されたChromeの拡張機能で、その主な機能は「A fun, car-dodging game! How far can you get?」です。
拡張機能のスクリーンショット
Jump!拡張機能のCRXファイルをダウンロード
Jump!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Jump! This is a fun, action-packed game where the user controls their square to maneuver through traffic! High Score is saved even when you close the extension! Use your coins to buy new skins, and power-ups in the shop! Can you unlock the random skins? How far can you get? Check out my other games, like Galaxy Patrol, Planet Protector, Snake, and Pongball!
拡張機能の基本情報
名前 | Jump! |
ID | gappjieodenkcldikeopfgiheemoaagb |
公式URL | https://chromewebstore.google.com/detail/jump/gappjieodenkcldikeopfgiheemoaagb |
説明 | A fun, car-dodging game! How far can you get? |
ファイルサイズ | 39.12 KB |
インストール数 | 50,000 |
現在のバージョン | 2.3 |
最終更新日 | 2019-02-09 |
公開日 | 2019-02-09 |
評価 | 4.00/5 合計 8 レビュー |
開発者 | Adam Janicki |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jump!", "version": "2.3", "description": "A fun, car-dodging game! How far can you get?", "icons": { "128": "jump128.png", "48": "jump48.png", "16": "jump16.png" }, "browser_action": { "default_icon": "jump16.png", "default_popup": "frogger.html" }, "permissions": [ "storage" ] } |