mtgtop8 Helper
For Magic: The Gathering. On mtgtop8.com/compare, shows the % of decks using each qty of each card.
O que é mtgtop8 Helper?
mtgtop8 Helper é uma extensão do Chrome desenvolvida por RPS Fan, e sua principal característica é "For Magic: The Gathering. On mtgtop8.com/compare, shows the % of decks using each qty of each card.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão mtgtop8 Helper
Baixe arquivos de extensão mtgtop8 Helper 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
Adds a feature to the Magic: The Gathering related website mtgtop8.com. When comparing decklists (i.e. mtgtop8.com/compare), this extension adds 4 columns to show what percentage decks each qty of each card appeared in. Card icon created by David Padrosa from The Noun Project (noun_14045_cc.svg)
Informações Básicas da Extensão
Nome | |
ID | akiljfelldgbgfehkamjghmeabihbgnl |
URL Oficial | https://chrome.google.com/webstore/detail/mtgtop8-helper/akiljfelldgbgfehkamjghmeabihbgnl |
Descrição | For Magic: The Gathering. On mtgtop8.com/compare, shows the % of decks using each qty of each card. |
Tamanho do Arquivo | 37.51 KB |
Contagem de Instalações | 19 |
Versão Atual | 0.0.1 |
Última Atualização | 2015-06-07 |
Data de Publicação | 2015-06-07 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | RPS Fan |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "mtgtop8 Helper", "version": "0.0.1", "description": "For Magic: The Gathering. On mtgtop8.com\/compare, shows the % of decks using each qty of each card.", "browser_action": [], "permissions": [ "*:\/\/*.mtgtop8.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.mtgtop8.com\/compare*" ], "js": [ "jquery-2.1.4.min.js", "script.js" ], "run_at": "document_end", "css": [] } ], "icons": { "16": "noun_14045_cc_16.png", "48": "noun_14045_cc_48.png", "128": "noun_14045_cc_128.png" } } |