Snake
Play Snake!
什麼是Snake?
Snake是由philip s開發的Chrome擴展程式,該擴展的主要功能是“Play Snake!”。
擴展截圖
下載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.                     擴展基本資訊
| 名稱 |   |  
| ID | goicnfoaggodccboajidgdckohdpfmib | 
| 官方網址 | 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"
    }
}  |  |