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
官方網址 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"
        }
    ]
}