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とは何ですか?

Magic Cards.info Enhanced Searchingはhttp://www.greg.shaykos.comによって開発されたChromeの拡張機能で、その主な機能は「Adds a number of enhancements to the magiccards.info site. Such as grid search result, and click to preview card.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Magic Cards.info Enhanced Searching拡張機能のCRXファイルをダウンロード

Magic Cards.info Enhanced Searching拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Magic Cards.info Enhanced Searching Magic Cards.info Enhanced Searching
ID phaooiaefcefinompieplblbodepdeco
公式URL https://chrome.google.com/webstore/detail/magic-cardsinfo-enhanced/phaooiaefcefinompieplblbodepdeco
説明 Adds a number of enhancements to the magiccards.info site. Such as grid search result, and click to preview card.
ファイルサイズ 148 KB
インストール数 47
現在のバージョン 1.0.0
最終更新日 2014-01-07
公開日 2014-01-07
評価 5.00/5 合計 1 レビュー
開発者 http://www.greg.shaykos.com
支払い方法 free
対応言語 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"
        }
    ]
}