GwentyTab
Display random Gwent cards in your new tabs
什麼是GwentyTab?
GwentyTab是由http://www.mlakuss.eu開發的Chrome擴展程式,該擴展的主要功能是“Display random Gwent cards in your new tabs”。
擴展截圖
下載GwentyTab擴展crx文件
下載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 |
官方網址 | 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\/*" ] } |