Better PathOfExile Trading
A browser extension that enhances the pathofexile.com/trade experience. Features: - Bookmarks manager - Equivalent pricing…
Better PathOfExile Tradingคืออะไร?
Better PathOfExile Trading เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Exile Center และคุณลักษณะหลักของมันคือ "A browser extension that enhances the pathofexile.com/trade experience. Features: - Bookmarks manager - Equivalent pricing…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better PathOfExile Trading
ดาวน์โหลดไฟล์ส่วนขยาย Better PathOfExile Trading ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A browser extension that enhances the pathofexile.com/trade experience.
Features:
- Bookmarks manager
- Equivalent pricing calculator (powered by poe.ninja)
- Searched mods highlighting
- Trade search history
- Tab title live search indicator
- Tab titles based on current trade ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | fhlinfpmdlijegjlpgedcmglkakaghnk |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/better-pathofexile-tradin/fhlinfpmdlijegjlpgedcmglkakaghnk |
| คำอธิบาย | A browser extension that enhances the pathofexile.com/trade experience. Features: - Bookmarks manager - Equivalent pricing… |
| ขนาดไฟล์ | 1.07 MB |
| จำนวนการติดตั้ง | 145,914 |
| เวอร์ชันปัจจุบัน | 1.7.2 |
| อัปเดตครั้งล่าสุด | 2023-09-19 |
| วันที่เผยแพร่ | 2020-06-15 |
| คะแนน | 4.47/5 รวมทั้งหมด 103 คะแนน |
| ผู้พัฒนา | Exile Center |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/exile-center/better-trading |
| URL หน้าช่วยเหลือ | https://github.com/exile-center/better-trading/issues |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.7.2",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"*:\/\/www.pathofexile.com\/trade*"
],
"js": [
"assets\/vendor.js",
"assets\/better-trading.js"
],
"css": [
"assets\/vendor.css",
"assets\/better-trading.css"
]
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/poe.ninja\/*"
],
"web_accessible_resources": [
{
"resources": [
"assets\/images\/*"
],
"matches": [
"*:\/\/www.pathofexile.com\/*"
]
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"64": "icon64.png",
"128": "icon128.png"
},
"name": "Better PathOfExile Trading",
"description": ""
} | |