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 |
Eメール | [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" } } |