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