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.
Cos'è Magic Cards.info Enhanced Searching?
Magic Cards.info Enhanced Searching è un'estensione di Chrome sviluppata da http://www.greg.shaykos.com, e la sua funzione principale è "Adds a number of enhancements to the magiccards.info site. Such as grid search result, and click to preview card.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Magic Cards.info Enhanced Searching
Scarica i file di estensione Magic Cards.info Enhanced Searching in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | phaooiaefcefinompieplblbodepdeco |
URL Ufficiale | https://chrome.google.com/webstore/detail/magic-cardsinfo-enhanced/phaooiaefcefinompieplblbodepdeco |
Descrizione | Adds a number of enhancements to the magiccards.info site. Such as grid search result, and click to preview card. |
Dimensione del File | 148 KB |
Conteggio Installazioni | 47 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2014-01-07 |
Data di Pubblicazione | 2014-01-07 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://www.greg.shaykos.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |