GwentyTab
Display random Gwent cards in your new tabs
Co to jest GwentyTab?
GwentyTab to rozszerzenie Chrome opracowane przez http://www.mlakuss.eu, a jego główną funkcją jest „Display random Gwent cards in your new tabs”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GwentyTab
Pobierz pliki rozszerzeń GwentyTab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pdioodelbnemnapkfbhoodgfchfehfkh |
Oficjalny URL | https://chrome.google.com/webstore/detail/gwentytab/pdioodelbnemnapkfbhoodgfchfehfkh |
Opis | Display random Gwent cards in your new tabs |
Rozmiar pliku | 4.04 MB |
Liczba instalacji | 14 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2019-03-29 |
Data Publikacji | 2019-03-29 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | http://www.mlakuss.eu |
Typ Płatności | free |
Strona Rozszerzenia | http://www.mlakuss.eu/GwentyTab |
Obsługiwane Języki | 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\/*" ] } |