Snake game
A fun game to play while waiting for things
Snake gameとは何ですか?
Snake gameはGecko Softwareによって開発されたChromeの拡張機能で、その主な機能は「A fun game to play while waiting for things」です。
拡張機能のスクリーンショット
Snake game拡張機能のCRXファイルをダウンロード
Snake game拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple game to play while you're waiting for websites to load! Move the snake around with the arrow keys, eat the red dots to grow bigger, and avoid hitting your own tail. Code functions from codepen.io
拡張機能の基本情報
名前 | Snake game |
ID | lljpgahbeilaecaaiecghpmfajfeclge |
公式URL | https://chromewebstore.google.com/detail/snake-game/lljpgahbeilaecaaiecghpmfajfeclge |
説明 | A fun game to play while waiting for things |
ファイルサイズ | 625 KB |
インストール数 | 20,000 |
現在のバージョン | 2.9.0 |
最終更新日 | 2019-08-19 |
公開日 | 2019-08-18 |
評価 | 4.49/5 合計 67 レビュー |
開発者 | Gecko Software |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snake game", "version": "2.9.0", "options_page": "options.html", "permissions": [ "storage" ], "description": "A fun game to play while waiting for things", "offline_enabled": true, "author": "Ian", "icons": { "16": "\/assets\/images\/icon.png", "48": "\/assets\/images\/icon.png", "128": "\/assets\/images\/icon.png" }, "browser_action": { "default_icon": "\/assets\/images\/icon.png", "default_popup": "popup.html" } } |