Tetris
Play Tetris on Chrome!
什麼是Tetris?
Tetris是由Yaman Caglar開發的Chrome擴展程式,該擴展的主要功能是“Play Tetris on Chrome!”。
擴展截圖
下載Tetris擴展crx文件
下載Tetris擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension lets you play the best retro game in your browser! You have to fit all of the bright-colored pieces in the board and remove lines when the blocks occupy them and then, get points! But be warned, the levels can get very hard, and the game can get very addicting! Have Fun!!
擴展基本資訊
名稱 | |
ID | kgcmcnnjgoaeddlblmhmldoekgmmpcbo |
官方網址 | https://chrome.google.com/webstore/detail/tetris/kgcmcnnjgoaeddlblmhmldoekgmmpcbo |
簡介 | Play Tetris on Chrome! |
檔案大小 | 153 KB |
安裝次數 | 2,000 |
目前版本 | 0.0.0.2 |
更新時間 | 2021-11-16 |
上架時間 | 2021-11-09 |
評分 | 3.00/5 共 1 次評分 |
開發者 | Yaman Caglar |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tetris", "version": "0.0.0.2", "icons": { "128": "Tetris_S.png" }, "description": "Play Tetris on Chrome!", "browser_action": { "default_popup": "index.html", "default_icon": "Tetris_S.png" } } |