Snake
Snake - perfect for killing time when you're offline. Controls: Arrow keys to move, Slider to adjust speed (disabled during a game)
Snakeとは何ですか?
SnakeはPied Piperによって開発されたChromeの拡張機能で、その主な機能は「Snake - perfect for killing time when you're offline. Controls: Arrow keys to move, Slider to adjust speed (disabled during a game)」です。
拡張機能のスクリーンショット
Snake拡張機能のCRXファイルをダウンロード
Snake拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Waiting for your internet to come back online, or a web page to load? Or do you just want to have a bit of fun in some spare time? This classic snake game is for you! Controls: Arrow keys to move and the slider changes snake speed, though it is disabled during a game.
拡張機能の基本情報
名前 | Snake |
ID | lnkcbfimmmgcemkbgfghlpoamhoakdif |
公式URL | https://chromewebstore.google.com/detail/snake/lnkcbfimmmgcemkbgfghlpoamhoakdif |
説明 | Snake - perfect for killing time when you're offline. Controls: Arrow keys to move, Slider to adjust speed (disabled during a game) |
ファイルサイズ | 43.3 KB |
インストール数 | 4,445 |
現在のバージョン | 1.0.2 |
最終更新日 | 2021-05-06 |
公開日 | 2021-05-05 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | Pied Piper |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snake", "version": "1.0.2", "description": "Snake - perfect for killing time when you're offline. Controls: Arrow keys to move, Slider to adjust speed (disabled during a game)", "icons": { "32": "icons\/icon.png" }, "browser_action": { "default_icon": "icons\/icon.png", "default_title": "Snake", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |