GwentyTab
Display random Gwent cards in your new tabs
What is GwentyTab?
GwentyTab is a Chrome extension developed by http://www.mlakuss.eu, and its main feature is "Display random Gwent cards in your new tabs".
Extension Screenshots
Download GwentyTab Extension CRX File
Download GwentyTab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | pdioodelbnemnapkfbhoodgfchfehfkh |
Official URL | https://chrome.google.com/webstore/detail/gwentytab/pdioodelbnemnapkfbhoodgfchfehfkh |
Description | Display random Gwent cards in your new tabs |
File Size | 4.04 MB |
Installation Count | 14 |
Current Version | 2.0 |
Last Updated | 2019-03-29 |
Publish Date | 2019-03-29 |
Rating | 5.00/5 Total 5 Ratings |
Developer | http://www.mlakuss.eu |
Payment Type | free |
Extension Website | http://www.mlakuss.eu/GwentyTab |
Supported Languages | 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\/*" ] } |