Hearthstone Card Lookup

This extension allows users to lookup Hearthstone cards on the fly.

Hearthstone Card Lookup là gì?

Hearthstone Card Lookup là một tiện ích mở rộng Chrome được phát triển bởi Prashan Dharmasena, và tính năng chính của nó là "This extension allows users to lookup Hearthstone cards on the fly.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hearthstone Card Lookup

Tải xuống các tệp mở rộng Hearthstone Card Lookup 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hearthstone Card Lookup Hearthstone Card Lookup
ID nbfpohhnepnjjlkgdojmonlnheflflpm
URL Chính Thức https://chrome.google.com/webstore/detail/hearthstone-card-lookup/nbfpohhnepnjjlkgdojmonlnheflflpm
Mô tả This extension allows users to lookup Hearthstone cards on the fly.
Kích Thước Tệp 137 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2014-01-31
Ngày Phát Hành 2014-01-31
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Prashan Dharmasena
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}