GwentyTab

Display random Gwent cards in your new tabs

Wat is GwentyTab?

GwentyTab is een Chrome-extensie ontwikkeld door http://www.mlakuss.eu, en de belangrijkste functie is "Display random Gwent cards in your new tabs".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie GwentyTab

Download GwentyTab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam GwentyTab GwentyTab
ID pdioodelbnemnapkfbhoodgfchfehfkh
Officiële URL https://chrome.google.com/webstore/detail/gwentytab/pdioodelbnemnapkfbhoodgfchfehfkh
Beschrijving Display random Gwent cards in your new tabs
Bestandsgrootte 4.04 MB
Aantal Installaties 14
Huidige Versie 2.0
Laatst Bijgewerkt 2019-03-29
Publicatiedatum 2019-03-29
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar http://www.mlakuss.eu
Betalingswijze free
Extensiewebsite http://www.mlakuss.eu/GwentyTab
Ondersteunde Talen 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\/*"
    ]
}