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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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\/*" ] } |