Simple Tetris
Play a quick and simple game of Tetris!
什麼是Simple Tetris?
Simple Tetris是由Gavin White開發的Chrome擴展程式,該擴展的主要功能是“Play a quick and simple game of Tetris!”。
擴展截圖
下載Simple Tetris擴展crx文件
下載Simple Tetris擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Using this Simple Google Extension you can play a fun and quick game of Tetris! How high of a score can you get? Use your arrows keys to move the falling (current) piece.
擴展基本資訊
名稱 | |
ID | ffpdhecgomndblompgeiffkfioocgbji |
官方網址 | https://chrome.google.com/webstore/detail/simple-tetris/ffpdhecgomndblompgeiffkfioocgbji |
簡介 | Play a quick and simple game of Tetris! |
檔案大小 | 8.82 KB |
安裝次數 | 2,000 |
目前版本 | 2.3.0 |
更新時間 | 2021-07-27 |
上架時間 | 2021-07-27 |
評分 | 4.00/5 共 1 次評分 |
開發者 | Gavin White |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Tetris", "description": "Play a quick and simple game of Tetris!", "version": "2.3.0", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ " " ] } |