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?”。

擴展截圖

screenshot
screenshot

下載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! Jump!
ID gappjieodenkcldikeopfgiheemoaagb
官方網址 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
電子郵箱 [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"
    ]
}