MinMinRadar

Find and show pokemons in real time

什么是MinMinRadar?

MinMinRadar是由https://fatminmin.com开发的Chrome扩展程序,该扩展的主要功能是“Find and show pokemons in real time”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载MinMinRadar扩展crx文件

下载MinMinRadar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        搜尋並通知稀有寶可夢雷達                    

扩展基本信息

名称 MinMinRadar MinMinRadar
ID jcijiahnkdhhhhgpgpjpbkgahbmhbnlg
官方URL https://chromewebstore.google.com/detail/minminradar/jcijiahnkdhhhhgpgpjpbkgahbmhbnlg
简介 Find and show pokemons in real time
文件大小 227 KB
安装次数 134
当前版本 0.1.4
更新时间 2016-09-01
上架时间 2016-09-01
评分 3.73/5 共11次评分
开发者 https://fatminmin.com
电子邮箱 [email protected]
付费类型 free
支持的语言 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MinMinRadar",
    "description": "Find and show pokemons in real time",
    "version": "0.1.4",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "notifications",
        "geolocation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com; object-src 'self'"
}