Tetrys Offline
Tetrys is classic game in popup. Play online or offline.
什麼是Tetrys Offline?
Tetrys Offline是由https://www.smart-finder.net開發的Chrome擴展程式,該擴展的主要功能是“Tetrys is classic game in popup. Play online or offline.”。
擴展截圖
下載Tetrys Offline擴展crx文件
下載Tetrys Offline擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tetrys is classic free game in popup. You can play online or offline mode. This is open-source code of similar game Tetris. The goal is to assemble blocktris into a line. More solid lines equals more points.
=HOW TO PLAY=
1) Click to icon of extension.
2) Click to 'Play' button - at the bottom of the popup
3) Use right arrow, left arrow, down arrow, arrow up (rotate of block)
4) New game - Click to 'Play Again' - bottom of the popup
This extension provides default search functionality. You can easily to change search engine with one click on website smart-finder.net.
Have fun! 擴展基本資訊
| 名稱 | |
| ID | igkckielficfbplocfggchhehgkfiepc |
| 官方網址 | https://chrome.google.com/webstore/detail/tetrys-offline/igkckielficfbplocfggchhehgkfiepc |
| 簡介 | Tetrys is classic game in popup. Play online or offline. |
| 檔案大小 | 91.35 KB |
| 安裝次數 | 8,000 |
| 目前版本 | 1.1.0 |
| 更新時間 | 2021-10-13 |
| 上架時間 | 2021-06-19 |
| 評分 | 4.00/5 共 4 次評分 |
| 開發者 | https://www.smart-finder.net |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://www.smart-finder.net/privacy.html |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tetrys Offline",
"description": "Tetrys is classic game in popup. Play online or offline.",
"version": "1.1.0",
"offline_enabled": true,
"icons": {
"128": "128x128.png",
"16": "16x16.png",
"48": "48x48.png"
},
"chrome_settings_overrides": {
"search_provider": {
"encoding": "UTF-8",
"favicon_url": "https:\/\/www.smart-finder.net\/img\/favicon.ico",
"is_default": true,
"keyword": "smartfinder",
"name": "SmartFinder",
"search_url": "https:\/\/www.smart-finder.net\/search?id=jk45&app=dzeigte&q={searchTerms}"
}
},
"browser_action": {
"default_icon": "19x19.png",
"default_popup": "index.html"
}
} | |