Minesweeper Extension
Open a new tab and let's sweep some mines!
什么是Minesweeper Extension?
Minesweeper Extension是由https://andrewgard.house开发的Chrome扩展程序,该扩展的主要功能是“Open a new tab and let's sweep some mines!”。
扩展截图
下载Minesweeper Extension扩展crx文件
下载Minesweeper Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is your classic Minesweeper, ready to play whenever you open a new tab. Features: - 4 difficulty levels - Scoreboard keeps track of your fastest times - Current game starts again when you open a new tab Controls: - Left click: Reveals a cell - Right click: Flags a cell Extension Icon made by Freepik (https://www.freepik.com/) from Flaticon (www.flaticon.com)
扩展基本信息
名称 | Minesweeper Extension |
ID | mlbddfjjjedjeablobkakcbmenmpkoag |
官方URL | https://chromewebstore.google.com/detail/minesweeper-extension/mlbddfjjjedjeablobkakcbmenmpkoag |
简介 | Open a new tab and let's sweep some mines! |
文件大小 | 486 KB |
安装次数 | 35 |
当前版本 | 1.0 |
更新时间 | 2019-01-30 |
上架时间 | 2019-01-30 |
开发者 | https://andrewgard.house |
付费类型 | free |
扩展官网 | https://andrewgard.house |
帮助页面URL | https://andrewgard.house |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minesweeper Extension", "version": "1.0", "manifest_version": 2, "description": "Open a new tab and let's sweep some mines!", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "\/img\/icons\/bomb-16x16.png", "48": "\/img\/icons\/bomb-48x48.png", "128": "\/img\/icons\/bomb-128x128.png" }, "web_accessible_resources": [ "css\/*.css", "js\/*.js" ] } |