GwentyTab
Display random Gwent cards in your new tabs
GwentyTab là gì?
GwentyTab là một tiện ích mở rộng Chrome được phát triển bởi http://www.mlakuss.eu, và tính năng chính của nó là "Display random Gwent cards in your new tabs".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GwentyTab
Tải xuống các tệp mở rộng GwentyTab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pdioodelbnemnapkfbhoodgfchfehfkh |
URL Chính Thức | https://chrome.google.com/webstore/detail/gwentytab/pdioodelbnemnapkfbhoodgfchfehfkh |
Mô tả | Display random Gwent cards in your new tabs |
Kích Thước Tệp | 4.04 MB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2019-03-29 |
Ngày Phát Hành | 2019-03-29 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | http://www.mlakuss.eu |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.mlakuss.eu/GwentyTab |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |