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
官方網址 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'"
}