Simple PONG

Simple and lightweight PONG Game written in JavaScript using jQuery

Simple PONGとは何ですか?

Simple PONGはMaxMouseによって開発されたChromeの拡張機能で、その主な機能は「Simple and lightweight PONG Game written in JavaScript using jQuery」です。

拡張機能のスクリーンショット

screenshot

Simple PONG拡張機能のCRXファイルをダウンロード

Simple PONG拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Simple PONG popup game played with up and down keys of your keyboard.
Free, no ads, no registration, no internet connection required.                    

拡張機能の基本情報

名前 Simple PONG Simple PONG
ID ogbjfaoljhhadaijpjaojepohlnipmlp
公式URL https://chromewebstore.google.com/detail/simple-pong/ogbjfaoljhhadaijpjaojepohlnipmlp
説明 Simple and lightweight PONG Game written in JavaScript using jQuery
ファイルサイズ 56.84 KB
インストール数 12,757
現在のバージョン 3.0
最終更新日 2020-07-29
公開日 2017-05-23
評価 3.82/5 合計 38 レビュー
開発者 MaxMouse
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple PONG",
    "short_name": "PONG",
    "description": "Simple and lightweight PONG Game written in JavaScript using jQuery",
    "version": "3.0",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "game.html"
    },
    "permissions": []
}