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