PoE @ Search Manager
Save and organize searches from poe.trade
PoE @ Search Managerคืออะไร?
PoE @ Search Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ajbrush.com และคุณลักษณะหลักของมันคือ "Save and organize searches from poe.trade"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PoE @ Search Manager
ดาวน์โหลดไฟล์ส่วนขยาย PoE @ Search Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PoE @ Search Manager |
ID | ggmoddfdhecpfefhplkbgbgblmmnbhgm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/poe-search-manager/ggmoddfdhecpfefhplkbgbgblmmnbhgm |
คำอธิบาย | Save and organize searches from poe.trade |
ขนาดไฟล์ | 345 KB |
จำนวนการติดตั้ง | 56 |
เวอร์ชันปัจจุบัน | 2.2 |
อัปเดตครั้งล่าสุด | 2018-10-19 |
วันที่เผยแพร่ | 2018-10-18 |
ผู้พัฒนา | https://ajbrush.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PoE @ Search Manager", "short_name": "@M", "version": "2.2", "description": "Save and organize searches from poe.trade", "permissions": [ "activeTab", "storage", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*.poe.trade\/*" ], "js": [ "poetTradeButtons.js" ], "css": [ ".\/css\/poetButtons.css" ] }, { "matches": [ "*:\/\/*.pathofexile.com\/trade\/search\/*" ], "js": [ "poeTradeButtons.js" ], "css": [ ".\/css\/poeButtons.css" ] } ], "icons": { "16": "images\/logo16.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo16.png" } }, "manifest_version": 2 } |