GwentyTab

Display random Gwent cards in your new tabs

GwentyTab क्या है?

GwentyTab http://www.mlakuss.eu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display random Gwent cards in your new tabs"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GwentyTab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

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