Minesweeper
📺 One of the classic game directly to your Chrome extension bar 😊 Saves your progress so you do not need to worry if you have to…
Minesweeperとは何ですか?
Minesweeperはabhpd.officialによって開発されたChromeの拡張機能で、その主な機能は「📺 One of the classic game directly to your Chrome extension bar 😊 Saves your progress so you do not need to worry if you have to…」です。
拡張機能のスクリーンショット
Minesweeper拡張機能のCRXファイルをダウンロード
Minesweeper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        📺 One of the classic game directly to your Chrome extension bar 😊
Saves your progress so you do not need to worry if you have to click out of the Extension popup.                     拡張機能の基本情報
| 名前 |   |  
| ID | dekmhbcionhhaiegppdmghjmlehllgpm | 
| 公式URL | https://chromewebstore.google.com/detail/minesweeper/dekmhbcionhhaiegppdmghjmlehllgpm | 
| 説明 | 📺 One of the classic game directly to your Chrome extension bar 😊 Saves your progress so you do not need to worry if you have to… | 
| ファイルサイズ | 1.2 MB | 
| インストール数 | 88 | 
| 現在のバージョン | 1.0 | 
| 最終更新日 | 2020-12-01 | 
| 公開日 | 2020-11-30 | 
| 評価 | 5.00/5 合計 2 レビュー | 
| 開発者 | abhpd.official | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minesweeper",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Minesweeper"
    },
    "permissions": [
        "storage"
    ]
}  |  |