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.
Qu'est-ce que Magic Cards.info Enhanced Searching ?
Magic Cards.info Enhanced Searching est une extension Chrome développée par http://www.greg.shaykos.com, et sa fonction principale est "Adds a number of enhancements to the magiccards.info site. Such as grid search result, and click to preview card.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Magic Cards.info Enhanced Searching
Téléchargez les fichiers d'extension Magic Cards.info Enhanced Searching au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | phaooiaefcefinompieplblbodepdeco |
URL Officiel | 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. |
Taille du Fichier | 148 KB |
Nombre d'Installations | 47 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2014-01-07 |
Date de Publication | 2014-01-07 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://www.greg.shaykos.com |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |