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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
} | |