Momo Platformer

A platformer!

什麼是Momo Platformer?

Momo Platformer是由morgan開發的Chrome擴展程式,該擴展的主要功能是“A platformer!”。

擴展截圖

screenshot

下載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!                    

擴展基本資訊

名稱 Momo Platformer Momo Platformer
ID nnigbahbfkeglbicmhbnakfpihjdebml
官方網址 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
    }
}