POE item finder
Find item in your Path of Exile account
POE item finderคืออะไร?
POE item finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kraiwuthi.a และคุณลักษณะหลักของมันคือ "Find item in your Path of Exile account"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย POE item finder
ดาวน์โหลดไฟล์ส่วนขยาย POE item finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Find item in your Path of Exile account(stash tab, character inventory, equipped item or even socketed gem) you can find by - item name - item property - league name - mtx name
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | POE item finder |
ID | jlfgkgcbkfkifnoadbpakdmkbfdkccah |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/poe-item-finder/jlfgkgcbkfkifnoadbpakdmkbfdkccah |
คำอธิบาย | Find item in your Path of Exile account |
ขนาดไฟล์ | 1.41 MB |
จำนวนการติดตั้ง | 93 |
เวอร์ชันปัจจุบัน | 0.9.1.0 |
อัปเดตครั้งล่าสุด | 2016-06-18 |
วันที่เผยแพร่ | 2016-06-17 |
คะแนน | 3.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | kraiwuthi.a |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "POE item finder", "description": "Find item in your Path of Exile account", "version": "0.9.1.0", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "https:\/\/www.pathofexile.com\/*", "storage", "unlimitedStorage" ], "icons": { "16": "images\/icon-16x16.png", "128": "images\/icon-128x128.png" } } |