Pong
Play pong easily any time with the pong chrome extension!
Pongとは何ですか?
Pongはtophatcomixによって開発されたChromeの拡張機能で、その主な機能は「Play pong easily any time with the pong chrome extension!」です。
拡張機能のスクリーンショット
Pong拡張機能のCRXファイルをダウンロード
Pong拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Play pong easily at any time!
拡張機能の基本情報
名前 | |
ID | glfjahkeilohfakpdppchhdiliokbinb |
公式URL | https://chrome.google.com/webstore/detail/pong/glfjahkeilohfakpdppchhdiliokbinb |
説明 | Play pong easily any time with the pong chrome extension! |
ファイルサイズ | 5.52 KB |
インストール数 | 20,000 |
現在のバージョン | 1.0 |
最終更新日 | 2019-02-07 |
公開日 | 2019-02-07 |
評価 | 2.33/5 合計 15 レビュー |
開発者 | tophatcomix |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pong", "description": "Play pong easily any time with the pong chrome extension!", "version": "1.0", "icons": { "16": "pong16.png", "48": "pong48.png", "128": "pong128.png" }, "browser_action": { "default_icon": "pong16.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |