Momo Platformer
A platformer!
Momo Platformerとは何ですか?
Momo Platformerはmorganによって開発されたChromeの拡張機能で、その主な機能は「A platformer!」です。
拡張機能のスクリーンショット
Momo Platformer拡張機能のCRXファイルをダウンロード
Momo Platformer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A platformer. (0.1 = Alpha 1.0, 0.1.2 = Alpha 1.2, ext) Version Alpha 1.0: 1.A Platformer Version Alpha 2.0: 1.Bug Fixes i) Movement fixes 2.You can now place blocks 3.You can now jump Version Alpha 3.0: 1.Bug Fixes 2.Textures! 3.Levels 4.Health (you can now die) Version Alpha 3.1: 1.Bug Fixes Version Alpha 3.2: 1.Added people to the credits Version Alpha 4: 1.Added people to the credits 2.Bug Fixes 3.I broke the movement by accident 4.Added a level! 5.Added secret commands to build levels! Version Alpha 5: 1.Bug Fixes 2.I broke the movement 3.Made Scrolling!!! 4.The world is now infinite! Version Alpha 6: 1. Lots and lots of bug fixes! 2. New character 3. Getting ready for 1.0!
拡張機能の基本情報
名前 | |
ID | nnigbahbfkeglbicmhbnakfpihjdebml |
公式URL | https://chrome.google.com/webstore/detail/momo-platformer/nnigbahbfkeglbicmhbnakfpihjdebml |
説明 | A platformer! |
ファイルサイズ | 90.92 KB |
インストール数 | 98 |
現在のバージョン | 0.6 |
最終更新日 | 2018-10-19 |
公開日 | 2018-10-19 |
評価 | 3.50/5 合計 6 レビュー |
開発者 | morgan |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Momo Platformer", "description": "A platformer!", "version": "0.6", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "jquery-3.2.1.js" ], "persistent": false } } |