minesweeper
The classic game minesweeper as chrome extension!
minesweeperとは何ですか?
minesweeperはhttps://robinsoepboer.comによって開発されたChromeの拡張機能で、その主な機能は「The classic game minesweeper as chrome extension!」です。
拡張機能のスクリーンショット
minesweeper拡張機能のCRXファイルをダウンロード
minesweeper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | minesweeper |
ID | nidkgaaedkeepdalkdcmhhnpfgekjbpm |
公式URL | https://chromewebstore.google.com/detail/minesweeper/nidkgaaedkeepdalkdcmhhnpfgekjbpm |
説明 | The classic game minesweeper as chrome extension! |
ファイルサイズ | 152 KB |
インストール数 | 987 |
現在のバージョン | 1.0 |
最終更新日 | 2021-04-29 |
公開日 | 2020-01-13 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | https://robinsoepboer.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://robinsoepboer.com/minesweeper |
対応言語 | 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": [] } |