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 |
官方URL | 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" } } |