Minesweeper
Let's play some Minesweeper!
什麼是Minesweeper?
Minesweeper是由Greenboigz開發的Chrome擴展程式,該擴展的主要功能是“Let's play some Minesweeper!”。
擴展截圖
下載Minesweeper擴展crx文件
下載Minesweeper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This rendition of Minesweeper is a game that allows all the functionality and imagery of the original Minesweeper game. There are 4 levels, ranging from easy to expert, and an additional custom level, which let's you set the size of the board and number of mines. Additionally, there are scoreboards and settings which let you control how you play the game, and how the game looks. Enjoy!
擴展基本資訊
名稱 | Minesweeper |
ID | chackijkbbbmdlgekngbjdcpnbgaepji |
官方網址 | https://chromewebstore.google.com/detail/minesweeper/chackijkbbbmdlgekngbjdcpnbgaepji |
簡介 | Let's play some Minesweeper! |
檔案大小 | 797 KB |
安裝次數 | 25,820 |
目前版本 | 1.3.1 |
更新時間 | 2018-11-25 |
上架時間 | 2018-11-25 |
評分 | 4.21/5 共 24 次評分 |
開發者 | Greenboigz |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minesweeper", "short_name": "Minesweeper", "version": "1.3.1", "manifest_version": 2, "description": "Let's play some Minesweeper!", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "\/img\/red_flag_tile.png", "default_popup": "Minesweeper.html" } } |