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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*" ] } |