Snake Game
Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.
Snake Gameとは何ですか?
Snake Gameはtarundabhiによって開発されたChromeの拡張機能で、その主な機能は「Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.」です。
拡張機能のスクリーンショット
Snake Game拡張機能のCRXファイルをダウンロード
Snake Game拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Play snake game in popup screen.
拡張機能の基本情報
名前 | |
ID | mdiglfhigdpnlagochjojlpbaifdccdb |
公式URL | https://chrome.google.com/webstore/detail/snake-game/mdiglfhigdpnlagochjojlpbaifdccdb |
説明 | Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug. |
ファイルサイズ | 68.06 KB |
インストール数 | 3,000 |
現在のバージョン | 1.1 |
最終更新日 | 2022-02-21 |
公開日 | 2019-09-24 |
評価 | 3.40/5 合計 5 レビュー |
開発者 | tarundabhi |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snake Game", "version": "1.1", "description": "Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" } } |