Magic Card Finder

Search MTG cards

Magic Card Finder là gì?

Magic Card Finder là một tiện ích mở rộng Chrome được phát triển bởi ftrinitydickinson, và tính năng chính của nó là "Search MTG cards".

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

screenshot
screenshot
screenshot

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

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

                        Ever wanted to look up a Magic: The Gathering Card while watching a stream or video? For the lazy among us who don't like opening up a WHOLE new tab, or for those with singular monitors, this is the tool for you!

This extension allows you to search for Magic: The Gathering cards. It uses the MTG API located at https://magicthegathering.io/.

Type in your search, and pick your sorting options. Click "Search" or press Enter to search. Click a sorting option to resort.

Click on a card to view more details about it on http://gatherer.wizards.com.

Magic: The Gathering and all related images are copyright of Wizards of the Coast LLC.                    

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

Tên Magic Card Finder Magic Card Finder
ID pgdcebhbjgcjmchbodnfbfpipmdonfga
URL Chính Thức https://chromewebstore.google.com/detail/magic-card-finder/pgdcebhbjgcjmchbodnfbfpipmdonfga
Mô tả Search MTG cards
Kích Thước Tệp 98.96 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2018-10-15
Ngày Phát Hành 2018-10-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ftrinitydickinson
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/trinityd/MagicCardFinder/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Magic Card Finder",
    "short_name": "Magic Card Finder",
    "description": "Search MTG cards",
    "version": "0.1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "libs\/jquery.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Magic Card Finder"
    },
    "icons": {
        "128": "icon.png"
    }
}