Chrome Snake
Play snake at anytime just by opening a new tab
什麼是Chrome Snake?
Chrome Snake是由simon.bruno.77開發的Chrome擴展程式,該擴展的主要功能是“Play snake at anytime just by opening a new tab”。
擴展截圖
下載Chrome Snake擴展crx文件
下載Chrome Snake擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Chrome Snake allows you to play with the greatest classic video game ever.
Just open a new tab and have fun.
You can change the initial speed, the color (light or dark) and time display.
Don't want to play ? Just sit and watch the computer playing for you.
UPDATE 1.1 :
Adding link to get back to the normal Chrome new tab page 擴展基本資訊
| 名稱 | |
| ID | cbdobfnjgnmlcajcamdfjeofmnecepdl |
| 官方網址 | https://chromewebstore.google.com/detail/chrome-snake/cbdobfnjgnmlcajcamdfjeofmnecepdl |
| 簡介 | Play snake at anytime just by opening a new tab |
| 檔案大小 | 45.28 KB |
| 安裝次數 | 10,000 |
| 目前版本 | 1.1 |
| 更新時間 | 2018-03-09 |
| 上架時間 | 2018-03-09 |
| 評分 | 2.41/5 共 522 次評分 |
| 開發者 | simon.bruno.77 |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Chrome Snake",
"version": "1.1",
"manifest_version": 2,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"description": "Play snake at anytime just by opening a new tab",
"options_page": "options.html",
"chrome_url_overrides": {
"newtab": "newtab.html"
}
} | |