Asteroids
Classic asteroids made in Javascript!
Asteroidsとは何ですか?
AsteroidsはTechnikによって開発されたChromeの拡張機能で、その主な機能は「Classic asteroids made in Javascript!」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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'" } |