Snake

Play Snake!

Snakeとは何ですか?

Snakeはphilip sによって開発されたChromeの拡張機能で、その主な機能は「Play Snake!」です。

拡張機能のスクリーンショット

screenshot

Snake拡張機能のCRXファイルをダウンロード

Snake拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Play the classic snake game in a Google Chrome popup.
Select a difficulty and use arrow keys to control.
Control the snake to eat the food and grow, but be careful not to eat yourself or touch the wall.                    

拡張機能の基本情報

名前 Snake Snake
ID goicnfoaggodccboajidgdckohdpfmib
公式URL https://chromewebstore.google.com/detail/snake/goicnfoaggodccboajidgdckohdpfmib
説明 Play Snake!
ファイルサイズ 24.14 KB
インストール数 444
現在のバージョン 1.0
最終更新日 2018-07-29
公開日 2018-07-28
評価 5.00/5 合計 2 レビュー
開発者 philip s
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snake",
    "version": "1.0",
    "description": "Play Snake!",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Snake!",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "s16.png",
        "32": "s32.png",
        "48": "s48.png",
        "64": "s64.png",
        "128": "s128.png"
    }
}