minesweeper
The classic game minesweeper as chrome extension!
What is minesweeper?
minesweeper is a Chrome extension developed by https://robinsoepboer.com, and its main feature is "The classic game minesweeper as chrome extension!".
Extension Screenshots
Download minesweeper Extension CRX File
Download minesweeper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
features: - keyboard support (arrowkeys/space to place flag/enter key to reveal square) - classic rules (you don't have to flag every mine) - works offline - chrome book: hold alt key and click to place flag
Extension Basic Information
Name | minesweeper |
ID | nidkgaaedkeepdalkdcmhhnpfgekjbpm |
Official URL | https://chromewebstore.google.com/detail/minesweeper/nidkgaaedkeepdalkdcmhhnpfgekjbpm |
Description | The classic game minesweeper as chrome extension! |
File Size | 152 KB |
Installation Count | 987 |
Current Version | 1.0 |
Last Updated | 2021-04-29 |
Publish Date | 2020-01-13 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://robinsoepboer.com |
[email protected] | |
Payment Type | free |
Extension Website | http://robinsoepboer.com/minesweeper |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "minesweeper", "short_name": "minesweeper", "description": "The classic game minesweeper as chrome extension!", "version": "1.0", "icons": { "16": "assets\/mine.16.png", "48": "assets\/mine.48.png" }, "browser_action": { "default_icon": "assets\/mine.png", "default_title": "Open the minesweeper browser extension" }, "background": { "scripts": [ "background.js" ] }, "permissions": [] } |