GwentyTab
Display random Gwent cards in your new tabs
Qu'est-ce que GwentyTab ?
GwentyTab est une extension Chrome développée par http://www.mlakuss.eu, et sa fonction principale est "Display random Gwent cards in your new tabs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GwentyTab
Téléchargez les fichiers d'extension GwentyTab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | pdioodelbnemnapkfbhoodgfchfehfkh |
URL Officiel | https://chrome.google.com/webstore/detail/gwentytab/pdioodelbnemnapkfbhoodgfchfehfkh |
Description | Display random Gwent cards in your new tabs |
Taille du Fichier | 4.04 MB |
Nombre d'Installations | 14 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2019-03-29 |
Date de Publication | 2019-03-29 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | http://www.mlakuss.eu |
Type de Paiement | free |
Site Web de l'Extension | http://www.mlakuss.eu/GwentyTab |
Langues Prises en Charge | 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\/*" ] } |