Asteroids

Classic asteroids made in Javascript!

什么是Asteroids?

Asteroids是由Technik开发的Chrome扩展程序,该扩展的主要功能是“Classic asteroids made in Javascript!”。

扩展截图

screenshot
screenshot

下载Asteroids扩展crx文件

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

扩展使用说明

                        This extension is a recreation of the original 1979 Asteroids. The only difference is that the black and white are switched while also the live/ scores have different visuals. This should be an extension to download because how fun it is and the boredom it can relieve when there is no work to be done.                    

扩展基本信息

名称 Asteroids Asteroids
ID lpjljcoihnoipcoialpjbnfbojnolkej
官方URL https://chromewebstore.google.com/detail/asteroids/lpjljcoihnoipcoialpjbnfbojnolkej
简介 Classic asteroids made in Javascript!
文件大小 148 KB
安装次数 6,000
当前版本 1.0
更新时间 2019-05-08
上架时间 2019-05-08
评分 5.00/5 共3次评分
开发者 Technik
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Asteroids",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Classic asteroids made in Javascript!",
    "icons": {
        "128": "asteroids_logo_128.jpg"
    },
    "browser_action": {
        "default_icon": "asteroids_logo.jpg",
        "default_popup": "index.html",
        "default_title": "Asteroids"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/example.com; object-src 'self'"
}