PokemonGo QR Generator
Generate QR images for Friend codes in Pokémon Go
PokemonGo QR Generator là gì?
PokemonGo QR Generator là một tiện ích mở rộng Chrome được phát triển bởi AlfonsoML, và tính năng chính của nó là "Generate QR images for Friend codes in Pokémon Go".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PokemonGo QR Generator
Tải xuống các tệp mở rộng PokemonGo QR Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ifjimlchiekliiejlcpcfafonbonancg |
URL Chính Thức | https://chromewebstore.google.com/detail/pokemongo-qr-generator/ifjimlchiekliiejlcpcfafonbonancg |
Mô tả | Generate QR images for Friend codes in Pokémon Go |
Kích Thước Tệp | 29.42 KB |
Số Lần Cài Đặt | 49 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2018-10-28 |
Ngày Phát Hành | 2018-10-28 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | AlfonsoML |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://gitlab.com/AlfonsoML/pogoqr/ |
URL Trang Trợ Giúp | https://gitlab.com/AlfonsoML/pogoqr/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 } |