PokemonGo QR Generator

Generate QR images for Friend codes in Pokémon Go

什麼是PokemonGo QR Generator?

PokemonGo QR Generator是由AlfonsoML開發的Chrome擴展程式,該擴展的主要功能是“Generate QR images for Friend codes in Pokémon Go”。

擴展截圖

screenshot

下載PokemonGo QR Generator擴展crx文件

下載PokemonGo QR Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extensions tries to simplify the process of adding new friends in Pokemon Go, instead of manually typing in your phone the codes posted in reddit.com/r/pokemongotrades/ you select the code and then a QR image will be displayed that you can scan with your game to easily send the request.                    

擴展基本資訊

名稱 PokemonGo QR Generator PokemonGo QR Generator
ID ifjimlchiekliiejlcpcfafonbonancg
官方網址 https://chromewebstore.google.com/detail/pokemongo-qr-generator/ifjimlchiekliiejlcpcfafonbonancg
簡介 Generate QR images for Friend codes in Pokémon Go
檔案大小 29.42 KB
安裝次數 49
目前版本 1.0.1
更新時間 2018-10-28
上架時間 2018-10-28
評分 1.00/5 共 1 次評分
開發者 AlfonsoML
付費類型 free
擴展官網 https://gitlab.com/AlfonsoML/pogoqr/
說明頁面URL https://gitlab.com/AlfonsoML/pogoqr/issues
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PokemonGo QR Generator",
    "version": "1.0.1",
    "description": "Generate QR images for Friend codes in Pok\u00e9mon Go",
    "icons": {
        "48": "icons\/qr48.png",
        "128": "icons\/qr128.png",
        "256": "icons\/qr256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/r\/pokemongotrades\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "manifest_version": 2
}