Hearthstone Card Lookup
This extension allows users to lookup Hearthstone cards on the fly.
Hearthstone Card Lookupคืออะไร?
Hearthstone Card Lookup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Prashan Dharmasena และคุณลักษณะหลักของมันคือ "This extension allows users to lookup Hearthstone cards on the fly."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hearthstone Card Lookup
ดาวน์โหลดไฟล์ส่วนขยาย Hearthstone Card Lookup ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extensions allows users to quickly lookup Hearthstone cards. It also provides links to the cards on HearthPwn.com for more detailed information. Example uses: Looking up a card while watching a stream or reading a guide.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nbfpohhnepnjjlkgdojmonlnheflflpm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/hearthstone-card-lookup/nbfpohhnepnjjlkgdojmonlnheflflpm |
คำอธิบาย | This extension allows users to lookup Hearthstone cards on the fly. |
ขนาดไฟล์ | 137 KB |
จำนวนการติดตั้ง | 28 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2014-01-31 |
วันที่เผยแพร่ | 2014-01-31 |
คะแนน | 4.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Prashan Dharmasena |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hearthstone Card Lookup", "description": "This extension allows users to lookup Hearthstone cards on the fly.", "version": "1.0.2", "permissions": [ "http:\/\/www.hearthpwn.com\/", "http:\/\/auth.curse.com\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |