Custom whispers for warframe.market
Custom whispers for warframe.market
Custom whispers for warframe.marketคืออะไร?
Custom whispers for warframe.market เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Custom whispers for warframe.market"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Custom whispers for warframe.market
ดาวน์โหลดไฟล์ส่วนขยาย Custom whispers for warframe.market ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Allows you to swap out warframe.market's usual sell/buy message for one of your own. Click the extension on the top bar to show the config panel and start customising your message. Tags can be used to automagically insert data from your chosen order into your message, the config panel will give more detail on these. If you can't identify what a tag does right away, play around with the preview box and hopefully it will all make sense!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Custom whispers for warframe.market |
ID | haefcnjphcjocfglgpckndmhnelmmone |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/custom-whispers-for-warfr/haefcnjphcjocfglgpckndmhnelmmone |
คำอธิบาย | Custom whispers for warframe.market |
ขนาดไฟล์ | 41.59 KB |
จำนวนการติดตั้ง | 21 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-02-24 |
วันที่เผยแพร่ | 2018-02-24 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Custom whispers for warframe.market", "description": "Custom whispers for warframe.market", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/warframe.market\/*" ], "js": [ "jquery-3.1.1.min.js", "utils.js", "inject.js" ] } ] } |