Minesweeper
The classic minesweeper game, right at your hand. Saves every time you close it
Minesweeperとは何ですか?
MinesweeperはMarkus Rasbech Rytterによって開発されたChromeの拡張機能で、その主な機能は「The classic minesweeper game, right at your hand. Saves every time you close it」です。
拡張機能のスクリーンショット
Minesweeper拡張機能のCRXファイルをダウンロード
Minesweeper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The classic minesweeper game, right at your hand. Saves every time you close it
拡張機能の基本情報
名前 | Minesweeper |
ID | emnpgbbebldpjeinmjpmjdcoldgeikfj |
公式URL | https://chromewebstore.google.com/detail/minesweeper/emnpgbbebldpjeinmjpmjdcoldgeikfj |
説明 | The classic minesweeper game, right at your hand. Saves every time you close it |
ファイルサイズ | 25.67 KB |
インストール数 | 312 |
現在のバージョン | 0.1 |
最終更新日 | 2019-12-14 |
公開日 | 2019-12-14 |
評価 | 4.33/5 合計 3 レビュー |
開発者 | Markus Rasbech Rytter |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Minesweeper", "version": "0.1", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "logo\/16.png", "32": "logo\/32.png", "48": "logo\/48.png", "128": "logo\/128.png" } }, "permissions": [ "storage" ] } |