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 | 
| 电子邮箱 | [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"
    ]
}  |  |