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\/*" ] } |