GwentyTab
Display random Gwent cards in your new tabs
Apa itu GwentyTab?
GwentyTab adalah ekstensi Chrome yang dikembangkan oleh http://www.mlakuss.eu, dan fitur utamanya adalah "Display random Gwent cards in your new tabs".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GwentyTab
Unduh file ekstensi GwentyTab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | pdioodelbnemnapkfbhoodgfchfehfkh |
URL Resmi | https://chrome.google.com/webstore/detail/gwentytab/pdioodelbnemnapkfbhoodgfchfehfkh |
Deskripsi | Display random Gwent cards in your new tabs |
Ukuran File | 4.04 MB |
Jumlah Instalasi | 14 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2019-03-29 |
Tanggal Publikasi | 2019-03-29 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | http://www.mlakuss.eu |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.mlakuss.eu/GwentyTab |
Bahasa yang Didukung | 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\/*" ] } |