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」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 } |