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.
What is Magic Cards.info Enhanced Searching?
Magic Cards.info Enhanced Searching is a Chrome extension developed by http://www.greg.shaykos.com, and its main feature is "Adds a number of enhancements to the magiccards.info site. Such as grid search result, and click to preview card.".
Extension Screenshots
Download Magic Cards.info Enhanced Searching Extension CRX File
Download Magic Cards.info Enhanced Searching extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | phaooiaefcefinompieplblbodepdeco |
Official URL | https://chrome.google.com/webstore/detail/magic-cardsinfo-enhanced/phaooiaefcefinompieplblbodepdeco |
Description | Adds a number of enhancements to the magiccards.info site. Such as grid search result, and click to preview card. |
File Size | 148 KB |
Installation Count | 47 |
Current Version | 1.0.0 |
Last Updated | 2014-01-07 |
Publish Date | 2014-01-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://www.greg.shaykos.com |
Payment Type | free |
Supported Languages | 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" } ] } |