GwentyTab
Display random Gwent cards in your new tabs
Что такое GwentyTab?
GwentyTab - это расширение Chrome, разработанное http://www.mlakuss.eu, и его основная функция - "Display random Gwent cards in your new tabs".
Снимки экрана расширения
Скачать файл CRX расширения GwentyTab
Скачайте файлы расширений GwentyTab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | pdioodelbnemnapkfbhoodgfchfehfkh |
Официальный URL | https://chrome.google.com/webstore/detail/gwentytab/pdioodelbnemnapkfbhoodgfchfehfkh |
Описание | Display random Gwent cards in your new tabs |
Размер файла | 4.04 MB |
Количество установок | 14 |
Текущая Версия | 2.0 |
Последнее Обновление | 2019-03-29 |
Дата публикации | 2019-03-29 |
Рейтинг | 5.00/5 Всего 5 оценок |
Разработчик | http://www.mlakuss.eu |
Тип оплаты | free |
Официальный сайт расширения | http://www.mlakuss.eu/GwentyTab |
Поддерживаемые языки | 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\/*" ] } |