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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a number of enhancements to the magiccards.info site. Such as grid search result, and click to preview card."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Magic Cards.info Enhanced Searching एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
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" } ] } |