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
官方URL 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
}