deck-builder-web
Use Magiccards.info as search for building a deck
What is deck-builder-web?
deck-builder-web is a Chrome extension developed by MockUps, and its main feature is "Use Magiccards.info as search for building a deck".
Extension Screenshots
Download deck-builder-web Extension CRX File
Download deck-builder-web 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
Build your own deck and export it to a reader-friendly and gccg-friendly file format. You can even see deck stats and draw sample hands! This extension will only work with magiccards.info
Extension Basic Information
Name | deck-builder-web |
ID | jebmpelomikaajdjgfmljgelfbpnpmio |
Official URL | https://chromewebstore.google.com/detail/deck-builder-web/jebmpelomikaajdjgfmljgelfbpnpmio |
Description | Use Magiccards.info as search for building a deck |
File Size | 42.93 KB |
Installation Count | 13 |
Current Version | 0.5.3 |
Last Updated | 2016-01-29 |
Publish Date | 2016-01-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | MockUps |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "deck-builder-web", "version": "0.5.3", "description": "Use Magiccards.info as search for building a deck", "background": { "scripts": [ "jquery.js", "event.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/magiccards.info\/*" ], "js": [ "jquery.js", "inject.js" ], "css": [ "styles.css" ] } ], "web_accessible_resources": [ "plus.jpg", "minus.jpg", "divider.png" ], "permissions": [ "https:\/\/magiccards.info\/*", "http:\/\/magiccards.info\/*", "https:\/\/api.deckweb.com\/*", "background", "tabs" ] } |