Snake
Play Snake right on your screen.
Snakeとは何ですか?
Snakeはtrishul.goelによって開発されたChromeの拡張機能で、その主な機能は「Play Snake right on your screen.」です。
拡張機能のスクリーンショット
Snake拡張機能のCRXファイルをダウンロード
Snake拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Play the snake right on your screen, take a quick break without even looking away from work.                     拡張機能の基本情報
| 名前 |   |  
| ID | gachpamaaijaikdcakmphoeknjigclnk | 
| 公式URL | https://chromewebstore.google.com/detail/snake/gachpamaaijaikdcakmphoeknjigclnk | 
| 説明 | Play Snake right on your screen. | 
| ファイルサイズ | 30.11 KB | 
| インストール数 | 16 | 
| 現在のバージョン | 2.5 | 
| 最終更新日 | 2018-04-10 | 
| 公開日 | 2018-04-10 | 
| 開発者 | trishul.goel | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://github.com/tsl143/snake | 
| ヘルプページのURL | https://github.com/tsl143/snake | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snake",
    "description": "Play Snake right on your screen.",
    "version": "2.5",
    "icons": {
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon_32.png",
        "default_title": "Snake"
    },
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}  |  |