CubeChat
A simple online chat service where you can move your cube while chatting with others.
CubeChatとは何ですか?
CubeChatはEconomical Studiosによって開発されたChromeの拡張機能で、その主な機能は「A simple online chat service where you can move your cube while chatting with others.」です。
拡張機能のスクリーンショット
CubeChat拡張機能のCRXファイルをダウンロード
CubeChat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
CubeChat is an extension where you can move your cube around the screen while chatting with other players. Keep track of how far you have moved your cube, and compete for the most distance moved!
拡張機能の基本情報
名前 | CubeChat |
ID | cacmeeiphkcjmcbfgjnmkbhdjcceiifg |
公式URL | https://chromewebstore.google.com/detail/cubechat/cacmeeiphkcjmcbfgjnmkbhdjcceiifg |
説明 | A simple online chat service where you can move your cube while chatting with others. |
ファイルサイズ | 48.93 KB |
インストール数 | 245 |
現在のバージョン | 1.0 |
最終更新日 | 2019-10-04 |
公開日 | 2019-10-03 |
評価 | 4.56/5 合計 9 レビュー |
開発者 | Economical Studios |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CubeChat", "short_name": "CubeChat", "version": "1.0", "description": "A simple online chat service where you can move your cube while chatting with others.", "permissions": [ "storage" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logos\/cubechat.png", "32": "images\/logos\/cubechat.png", "48": "images\/logos\/cubechat.png", "128": "images\/logos\/cubechat.png" } }, "icons": { "16": "images\/logos\/cubechat.png", "32": "images\/logos\/cubechat.png", "48": "images\/logos\/cubechat.png", "128": "images\/logos\/cubechat.png" }, "manifest_version": 2 } |