GwentyTab

Display random Gwent cards in your new tabs

Hvad er GwentyTab?

GwentyTab er en Chrome-udvidelse udviklet af http://www.mlakuss.eu, og dens hovedfunktion er "Display random Gwent cards in your new tabs".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download GwentyTab-udvidelses-CRX-fil

Download GwentyTab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn GwentyTab GwentyTab
ID pdioodelbnemnapkfbhoodgfchfehfkh
Officiel URL https://chrome.google.com/webstore/detail/gwentytab/pdioodelbnemnapkfbhoodgfchfehfkh
Beskrivelse Display random Gwent cards in your new tabs
Filstørrelse 4.04 MB
Antal Installationer 14
Nuværende Version 2.0
Senest Opdateret 2019-03-29
Udgivelsesdato 2019-03-29
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler http://www.mlakuss.eu
Betalingsmetode free
Udvidelseswebsted http://www.mlakuss.eu/GwentyTab
Understøttede Sprog 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\/*"
    ]
}