Snake

The classic JavaScript Snake recreated for easy use!

Snakeとは何ですか?

SnakeはAdam Janickiによって開発されたChromeの拡張機能で、その主な機能は「The classic JavaScript Snake recreated for easy use!」です。

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

screenshot

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

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

拡張機能の使用方法

                        This is a version of the classic JavaScript Snake Game, created in Chrome for easy and simple user use.

Jump right into the action by using the arrow keys to start your snake, or take a moment to adjust your settings to get the gameplay right for you.

Adjustable features include: the use of boundaries, snake color, background color, grid size, and snake speed.                    

拡張機能の基本情報

名前 Snake Snake
ID gihjfphchgbhfklhdbecdbegngielnlg
公式URL https://chromewebstore.google.com/detail/snake/gihjfphchgbhfklhdbecdbegngielnlg
説明 The classic JavaScript Snake recreated for easy use!
ファイルサイズ 521 KB
インストール数 10,000
現在のバージョン 1.3.1
最終更新日 2022-04-08
公開日 2019-03-08
評価 3.90/5 合計 10 レビュー
開発者 Adam Janicki
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snake",
    "description": "The classic JavaScript Snake recreated for easy use!",
    "version": "1.3.1",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": ".\/index.html",
        "default_icon": {
            "16": ".\/16.png",
            "32": ".\/32.png",
            "48": ".\/48.png",
            "128": ".\/128.png"
        }
    },
    "icons": {
        "16": ".\/16.png",
        "32": ".\/32.png",
        "48": ".\/48.png",
        "128": ".\/128.png"
    }
}