Pixel Space

Arrow keys to fly, Z, X, and C to fire. Collect gems to upgrade your ship.

什么是Pixel Space?

Pixel Space是由speedypig101开发的Chrome扩展程序,该扩展的主要功能是“Arrow keys to fly, Z, X, and C to fire. Collect gems to upgrade your ship.”。

扩展截图

screenshot
screenshot

下载Pixel Space扩展crx文件

下载Pixel Space扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is a fun retro-style space game. Currently has 10 unlockable ships (collect 30 gems to progress to the next ship), and an INFINITE number of increasingly difficult levels (kill the enemy ship to progress a level).                    

扩展基本信息

名称 Pixel Space Pixel Space
ID fchfgdipjkemplanmpibkoefaoklahcc
官方URL https://chromewebstore.google.com/detail/pixel-space/fchfgdipjkemplanmpibkoefaoklahcc
简介 Arrow keys to fly, Z, X, and C to fire. Collect gems to upgrade your ship.
文件大小 220 KB
安装次数 101
当前版本 1.0
更新时间 2017-02-09
上架时间 2017-02-09
评分 5.00/5 共3次评分
开发者 speedypig101
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pixel Space",
    "description": "Arrow keys to fly, Z, X, and C to fire. Collect gems to upgrade your ship.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}