Tarkov Wiki Prices
Displays pricing stats from tarkov-tools API for item links on the Escape From Tarkov wiki.
Tarkov Wiki Pricesคืออะไร?
Tarkov Wiki Prices เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jaspooky และคุณลักษณะหลักของมันคือ "Displays pricing stats from tarkov-tools API for item links on the Escape From Tarkov wiki."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tarkov Wiki Prices
ดาวน์โหลดไฟล์ส่วนขยาย Tarkov Wiki Prices ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When you navigate to a page such as https://escapefromtarkov.fandom.com/wiki/Ballistics using this extension, you will see prices included next to item links. Simplifies checking the price of items on the flea market!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hobkagkkamekcjillmnaocokcfeofabd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tarkov-wiki-prices/hobkagkkamekcjillmnaocokcfeofabd |
คำอธิบาย | Displays pricing stats from tarkov-tools API for item links on the Escape From Tarkov wiki. |
ขนาดไฟล์ | 34.59 KB |
จำนวนการติดตั้ง | 103 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2022-01-31 |
วันที่เผยแพร่ | 2022-01-28 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Jaspooky |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Jaspooky/tarkov-wiki-prices |
URL หน้าช่วยเหลือ | https://github.com/Jaspooky/tarkov-wiki-prices/issues |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Displays pricing stats from tarkov-tools API for item links on the Escape From Tarkov wiki.", "manifest_version": 3, "name": "Tarkov Wiki Prices", "version": "1.1.0", "homepage_url": "https:\/\/github.com\/Jaspooky\/tarkov-wiki-prices", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/escapefromtarkov.fandom.com\/*" ], "js": [ "addon.js" ], "css": [ "styles.css" ] } ], "host_permissions": [ "*:\/\/tarkov-tools.com\/*" ] } |