Snake

Snake.

Snakeとは何ですか?

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

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This is a port of patorjk's snake you can visit his website at patorjk.com/games/snake/. I have made this as a convenient place to access the game. The adds that were on the actual site are still present and i could not remove that.                    

拡張機能の基本情報

名前 Snake Snake
ID jciacpclgoeflamcnchfckcfocbbokkf
公式URL https://chrome.google.com/webstore/detail/snake/jciacpclgoeflamcnchfckcfocbbokkf
説明 Snake.
ファイルサイズ 12.47 KB
インストール数 236
現在のバージョン 1.0
最終更新日 2016-03-04
公開日 2016-03-04
開発者 Gunnarclingman
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snake",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Snake.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "snake.html"
    }
}