MTG Gatherer Plus {BETA}
Upgrade the Magic Card Database Gatherer with new options such as card hiding or tagging, saved decks, saved searches, and bug fixes
O que é MTG Gatherer Plus {BETA}?
MTG Gatherer Plus {BETA} é uma extensão do Chrome desenvolvida por Amorphia, e sua principal característica é "Upgrade the Magic Card Database Gatherer with new options such as card hiding or tagging, saved decks, saved searches, and bug fixes".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão MTG Gatherer Plus {BETA}
Baixe arquivos de extensão MTG Gatherer Plus {BETA} no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
{CURRENTLY IN BETA, expect bugs} Upgrade the Magic Card Database Gatherer with new options such as card hiding or tagging, saved decks, saved searches, and bug fixes. Informações Básicas da Extensão
| Nome | |
| ID | ganpnkcbhacjpeadmmgebjejiicgijlb |
| URL Oficial | https://chrome.google.com/webstore/detail/mtg-gatherer-plus-%7Bbeta%7D/ganpnkcbhacjpeadmmgebjejiicgijlb |
| Descrição | Upgrade the Magic Card Database Gatherer with new options such as card hiding or tagging, saved decks, saved searches, and bug fixes |
| Tamanho do Arquivo | 1.62 MB |
| Contagem de Instalações | 15 |
| Versão Atual | 0.3.8 |
| Última Atualização | 2015-10-22 |
| Data de Publicação | 2015-10-22 |
| Classificação | 3.00/5 Total de 1 Avaliações |
| Desenvolvedor | Amorphia |
| Tipo de Pagamento | free |
| Idiomas Suportados | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MTG Gatherer Plus {BETA}",
"version": "0.3.8",
"manifest_version": 2,
"description": "Upgrade the Magic Card Database Gatherer with new options such as card hiding or tagging, saved decks, saved searches, and bug fixes",
"icons": {
"16": "icons\/icon_16.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/gatherer.wizards.com\/Pages\/*"
],
"js": [
"js\/jquery.js",
"js\/jqueryui\/jquery-ui.min.js",
"js\/charts\/Chart.min.js",
"js\/spectrum.js",
"js\/jquery.lazyload.min.js",
"js\/script.js"
],
"css": [
"js\/jqueryui\/jquery-ui.min.css",
"js\/jqueryui\/jquery-ui.theme.min.css",
"js\/jqueryui\/jquery-ui.structure.min.css",
"css\/spectrum.css",
"css\/style.css"
]
}
],
"web_accessible_resources": [
"fonts\/*",
"tut\/*",
"img\/*",
"changed.json",
"js\/jqueryui\/*",
"js\/charts\/*"
],
"background": {
"scripts": [
"js\/jquery.js",
"js\/background.js"
],
"persistent": false
},
"permissions": [
"storage",
"identity",
"tabs",
"http:\/\/jeremykalgreen.com\/*",
"http:\/\/partner.tcgplayer.com\/*"
]
} | |