Dota 2 FandomWiki LayoutFix Extention
Fixes the layout of the Dota2 FandomWiki
Dota 2 FandomWiki LayoutFix Extention란 무엇입니까?
Dota 2 FandomWiki LayoutFix Extention은(는) florisschippers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fixes the layout of the Dota2 FandomWiki"입니다.
확장 프로그램 스크린샷
Dota 2 FandomWiki LayoutFix Extention 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Dota 2 wiki has moved from a Gamepedia wiki to a Fandom Wiki. Previously, the Gamepedia wiki looked awesome. Sadly. the Fandom system does not. It provides a lot of bloat, which ruins the layout of the wiki. This plugin hides part of the Fandom wiki bloat and provides a more pleasant layout for the users of the wiki.
확장 프로그램 기본 정보
이름 | Dota 2 FandomWiki LayoutFix Extention |
ID | poeldndhfgocdoifjphkoaacilbogedp |
공식 URL | https://chromewebstore.google.com/detail/dota-2-fandomwiki-layoutf/poeldndhfgocdoifjphkoaacilbogedp |
설명 | Fixes the layout of the Dota2 FandomWiki |
파일 크기 | 12.85 KB |
설치 횟수 | 54 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2021-08-30 |
출시 날짜 | 2021-07-30 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | florisschippers |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dota 2 FandomWiki LayoutFix Extention", "version": "1.1.0", "description": "Fixes the layout of the Dota2 FandomWiki", "icons": { "70": ".\/assets\/icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/dota2.fandom.com\/*" ], "css": [ ".\/lib\/main.css" ] } ], "manifest_version": 3 } |