Hearthstone Deck Highlighter
A Chrome extension that highlights the cards on Hearthpwn that you have in your Hearthstone collection
Hearthstone Deck Highlighter là gì?
Hearthstone Deck Highlighter là một tiện ích mở rộng Chrome được phát triển bởi roberthartjr, và tính năng chính của nó là "A Chrome extension that highlights the cards on Hearthpwn that you have in your Hearthstone collection".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Hearthstone Deck Highlighter
Tải xuống các tệp mở rộng Hearthstone Deck Highlighter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hearthstone Deck Highlighter |
ID | jepahkmnkblfichnniogaiodomcojjkc |
URL Chính Thức | https://chromewebstore.google.com/detail/hearthstone-deck-highligh/jepahkmnkblfichnniogaiodomcojjkc |
Mô tả | A Chrome extension that highlights the cards on Hearthpwn that you have in your Hearthstone collection |
Kích Thước Tệp | 87.09 KB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 0.4.0 |
Cập Nhật Lần Cuối | 2015-12-15 |
Ngày Phát Hành | 2015-12-15 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | roberthartjr |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |