GwentyTab

Display random Gwent cards in your new tabs

什么是GwentyTab?

GwentyTab是由http://www.mlakuss.eu开发的Chrome扩展程序,该扩展的主要功能是“Display random Gwent cards in your new tabs”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

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