Snake
Help the snake grow by collecting all the objects appearing!
Snakeとは何ですか?
Snakeはbakhirev.alexeyによって開発されたChromeの拡張機能で、その主な機能は「Help the snake grow by collecting all the objects appearing!」です。
拡張機能のスクリーンショット
Snake拡張機能のCRXファイルをダウンロード
Snake拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This game is very familiar to us. And the rules it is also very simple: use the arrow keys, you control a snake, which would devour everything in its path. Of course, tightly dinner, it will increase in size and then you would have to show the utmost attention not to eat its own tail. In the game there are several levels and you can choose them according to your desire.
拡張機能の基本情報
名前 | Snake |
ID | fedjhmblkbkeehpfcaikepafkdimeakh |
公式URL | https://chromewebstore.google.com/detail/snake/fedjhmblkbkeehpfcaikepafkdimeakh |
説明 | Help the snake grow by collecting all the objects appearing! |
ファイルサイズ | 259 KB |
インストール数 | 227 |
現在のバージョン | 1.0.0 |
最終更新日 | 2013-03-24 |
公開日 | 2013-03-24 |
評価 | 3.25/5 合計 4 レビュー |
開発者 | bakhirev.alexey |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "custom_icon_16.png", "default_popup": "popup.html", "default_title": "Snake" }, "description": "Help the snake grow by collecting all the objects appearing!", "icons": { "16": "custom_icon_16.png", "48": "custom_icon_48.png", "128": "custom_icon_128.png" }, "sandbox": { "pages": [ "game\/index.html" ], "scripts": [ "game\/js\/balls.js" ] }, "manifest_version": 2, "minimum_chrome_version": "1.0", "name": "Snake", "version": "1.0.0" } |