Hearthstone Deck Highlighter
A Chrome extension that highlights the cards on Hearthpwn that you have in your Hearthstone collection
Hearthstone Deck Highlighterคืออะไร?
Hearthstone Deck Highlighter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย roberthartjr และคุณลักษณะหลักของมันคือ "A Chrome extension that highlights the cards on Hearthpwn that you have in your Hearthstone collection"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hearthstone Deck Highlighter
ดาวน์โหลดไฟล์ส่วนขยาย Hearthstone Deck Highlighter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Name has been changed to "Hearthstone Deck Highlighter". Added the ability to automatically update your collection from the hearthpwn.com site using innkeeper. Steps --------- Add your collection to the Hearthpwn.com site using Innkeeper. http://www.innkeeper.com/ Go to your collection page and click on the update collection button in red. It will automatically update it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hearthstone Deck Highlighter |
ID | jepahkmnkblfichnniogaiodomcojjkc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hearthstone-deck-highligh/jepahkmnkblfichnniogaiodomcojjkc |
คำอธิบาย | A Chrome extension that highlights the cards on Hearthpwn that you have in your Hearthstone collection |
ขนาดไฟล์ | 87.09 KB |
จำนวนการติดตั้ง | 34 |
เวอร์ชันปัจจุบัน | 0.4.0 |
อัปเดตครั้งล่าสุด | 2015-12-15 |
วันที่เผยแพร่ | 2015-12-15 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | roberthartjr |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hearthstone Deck Highlighter", "version": "0.4.0", "description": "A Chrome extension that highlights the cards on Hearthpwn that you have in your Hearthstone collection", "author": "Robert Hart", "content_scripts": [ { "matches": [ "http:\/\/www.hearthpwn.com\/decks\/*", "http:\/\/www.hearthpwn.com\/members\/*\/collection" ], "js": [ "jquery-2.1.4.js", "functions.js", "content.js" ], "css": [ "content.css" ], "run_at": "document_end" } ], "permissions": [ "tabs", "storage" ], "web_accessible_resources": [ "*.json", "options.html" ], "options_ui": { "page": "options.html", "chrome_style": true } } |