Snake in Popup
A simple game to play
Snake in Popupとは何ですか?
Snake in PopupはKaesoによって開発されたChromeの拡張機能で、その主な機能は「A simple game to play」です。
拡張機能のスクリーンショット
Snake in Popup拡張機能のCRXファイルをダウンロード
Snake in Popup拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A basic game of snake that can be played right in chrome! Move around you snake with WASD or arrow keys and collect all of the yellow spots by running into them with you snake. Each point you collect makes you one unit longer and makes you go faster. Play until you accidentally run into your own body. Scores will be updated upon death.
拡張機能の基本情報
名前 | Snake in Popup |
ID | alfblejfnbeponhmejiihfncggddanbf |
公式URL | https://chromewebstore.google.com/detail/snake-in-popup/alfblejfnbeponhmejiihfncggddanbf |
説明 | A simple game to play |
ファイルサイズ | 36.57 KB |
インストール数 | 340 |
現在のバージョン | 0.0.0.3 |
最終更新日 | 2020-05-11 |
公開日 | 2020-05-09 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Kaeso |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "description": "A simple game to play", "manifest_version": 2, "name": "Snake in Popup", "version": "0.0.0.3" } |