GwentyTab
Display random Gwent cards in your new tabs
Cos'è GwentyTab?
GwentyTab è un'estensione di Chrome sviluppata da http://www.mlakuss.eu, e la sua funzione principale è "Display random Gwent cards in your new tabs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GwentyTab
Scarica i file di estensione GwentyTab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | pdioodelbnemnapkfbhoodgfchfehfkh |
URL Ufficiale | https://chrome.google.com/webstore/detail/gwentytab/pdioodelbnemnapkfbhoodgfchfehfkh |
Descrizione | Display random Gwent cards in your new tabs |
Dimensione del File | 4.04 MB |
Conteggio Installazioni | 14 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2019-03-29 |
Data di Pubblicazione | 2019-03-29 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | http://www.mlakuss.eu |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.mlakuss.eu/GwentyTab |
Lingue Supportate | 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\/*" ] } |