PokemonGo QR Generator
Generate QR images for Friend codes in Pokémon Go
PokemonGo QR Generatorคืออะไร?
PokemonGo QR Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AlfonsoML และคุณลักษณะหลักของมันคือ "Generate QR images for Friend codes in Pokémon Go"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PokemonGo QR Generator
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |