GwentyTab
Display random Gwent cards in your new tabs
O que é GwentyTab?
GwentyTab é uma extensão do Chrome desenvolvida por http://www.mlakuss.eu, e sua principal característica é "Display random Gwent cards in your new tabs".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GwentyTab
Baixe arquivos de extensão GwentyTab 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
Whenever you open a new tab, load a random Gwent card from Gwent: The Witcher Ward Game. Go in the settings to change the background color (one color per faction plus some neutral colors are available). It is also possible to change the language to whatever you want (all languages present in GWENT are supported). This extension is not affiliated with CD Projekt Red.
Informações Básicas da Extensão
Nome | |
ID | pdioodelbnemnapkfbhoodgfchfehfkh |
URL Oficial | https://chrome.google.com/webstore/detail/gwentytab/pdioodelbnemnapkfbhoodgfchfehfkh |
Descrição | Display random Gwent cards in your new tabs |
Tamanho do Arquivo | 4.04 MB |
Contagem de Instalações | 14 |
Versão Atual | 2.0 |
Última Atualização | 2019-03-29 |
Data de Publicação | 2019-03-29 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | http://www.mlakuss.eu |
Tipo de Pagamento | free |
Site da Extensão | http://www.mlakuss.eu/GwentyTab |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GwentyTab", "description": "Display random Gwent cards in your new tabs", "version": "2.0", "author": "Mlakuss", "icons": { "16": "img\/icon16.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "activeTab", "storage", "fontSettings" ], "web_accessible_resources": [ "options.html", "img\/*", "js\/*", "css\/*", "css\/fonts\/*" ] } |