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" ] } |