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