Minesolver
An extension to automatically highlight minesweeper tiles
Minesolverとは何ですか?
Minesolverはmeによって開発されたChromeの拡張機能で、その主な機能は「An extension to automatically highlight minesweeper tiles」です。
拡張機能のスクリーンショット
Minesolver拡張機能のCRXファイルをダウンロード
Minesolver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Automatically highlights cells based on simple mathematical rules to help you play minesweeper.                     拡張機能の基本情報
| 名前 |   |  
| ID | iobegaggjcgmiggimmgocbbenihefagl | 
| 公式URL | https://chromewebstore.google.com/detail/minesolver/iobegaggjcgmiggimmgocbbenihefagl | 
| 説明 | An extension to automatically highlight minesweeper tiles | 
| ファイルサイズ | 10.75 KB | 
| インストール数 | 57 | 
| 現在のバージョン | 1.0.0 | 
| 最終更新日 | 2022-10-11 | 
| 公開日 | 2022-10-10 | 
| 開発者 | me | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Minesolver",
    "description": "An extension to automatically highlight minesweeper tiles",
    "version": "1.0.0",
    "author": "Cristi Macovei",
    "action": {
        "default_popup": "html\/popup.html"
    },
    "permissions": [],
    "host_permissions": [
        "https:\/\/minesweeperonline.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/minesweeperonline.com\/"
            ],
            "js": [
                "js-bundles\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "background": {
        "service_worker": "js-bundles\/background.js"
    }
}  |  |