Magic Cards.info Enhanced Searching

Adds a number of enhancements to the magiccards.info site. Such as grid search result, and click to preview card.

Magic Cards.info Enhanced Searching là gì?

Magic Cards.info Enhanced Searching là một tiện ích mở rộng Chrome được phát triển bởi http://www.greg.shaykos.com, và tính năng chính của nó là "Adds a number of enhancements to the magiccards.info site. Such as grid search result, and click to preview card.".

Ả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 Cards.info Enhanced Searching

Tải xuống các tệp mở rộng Magic Cards.info Enhanced Searching 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 plugin provides a number of enhancements to one of my favorite Magic The Gathering site: http://magiccards.info/.
A list of features:
 - Grid layout view by default
 - Infinite scrolling, no longer clicking next and waiting...
 - Press keys 1-9 to indicate how many cards per row should show.
 - Floating search bar, so you don't have to scroll back to the top to make a new search.
MTG - Magic the Gathering                    

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

Tên Magic Cards.info Enhanced Searching Magic Cards.info Enhanced Searching
ID phaooiaefcefinompieplblbodepdeco
URL Chính Thức https://chrome.google.com/webstore/detail/magic-cardsinfo-enhanced/phaooiaefcefinompieplblbodepdeco
Mô tả Adds a number of enhancements to the magiccards.info site. Such as grid search result, and click to preview card.
Kích Thước Tệp 148 KB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2014-01-07
Ngày Phát Hành 2014-01-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://www.greg.shaykos.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magic Cards.info Enhanced Searching",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Adds a number of enhancements to the magiccards.info site. Such as grid search result, and click to preview card.",
    "icons": {
        "128": "icons\/icon.png"
    },
    "default_locale": "en",
    "web_accessible_resources": [
        "src\/inject\/clippy.swf"
    ],
    "permissions": [
        "http:\/\/magiccards.info\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/magiccards.info\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "run_at": "document_start"
        }
    ]
}