PongScreen
Pong start screen
PongScreenとは何ですか?
PongScreenはKuicheによって開発されたChromeの拡張機能で、その主な機能は「Pong start screen」です。
拡張機能のスクリーンショット
PongScreen拡張機能のCRXファイルをダウンロード
PongScreen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension changes your new tab screen into a fun game of pong :)
拡張機能の基本情報
名前 | PongScreen |
ID | jogdfojgpnippjkllmdjnpblibgpcpii |
公式URL | https://chromewebstore.google.com/detail/pongscreen/jogdfojgpnippjkllmdjnpblibgpcpii |
説明 | Pong start screen |
ファイルサイズ | 13.16 KB |
インストール数 | 13 |
現在のバージョン | 1.0.1 |
最終更新日 | 2015-03-14 |
公開日 | 2015-03-14 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | Kuiche |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/kuiche/pongscreen |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PongScreen", "description": "Pong start screen", "version": "1.0.1", "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "128": "icon.png" }, "permissions": [] } |