UESP Wiki Redirector

Redirects Elder Scrolls Wikia/Fandom requests to UESP

UESP Wiki Redirector란 무엇입니까?

UESP Wiki Redirector은(는) SSyl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Redirects Elder Scrolls Wikia/Fandom requests to UESP"입니다.

확장 프로그램 스크린샷

screenshot

UESP Wiki Redirector 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Redirects Elder Scrolls Wikia/Fandom requests to Unofficial Elder Scrolls Pages (UESP) Wiki.

If the same page exists on the Wikia/Fandom wiki it will try to redirect to that same page on UESP (e.g. Draugr (Skyrim) will go to Skyrim:Draugr on UESP). Otherwise, it'll simply show the search results for that page on UESP.

Note: This extension was not created by nor is in any way related to the Unofficial Elder Scroll Pages wiki, Wikia or Fandom.

Firefox version: https://addons.mozilla.org/addon/uesp-wiki-redirector

Source Code: https://github.com/SSyl/UESPWikiRedirector

Thanks to proEndreeper for the original code. Their code can be found at: https://github.com/proEndreeper/RSWikiRedirector                    

확장 프로그램 기본 정보

이름 UESP Wiki Redirector UESP Wiki Redirector
ID pmpmohopeeclfnlhpmaipopinoicdkod
공식 URL https://chromewebstore.google.com/detail/uesp-wiki-redirector/pmpmohopeeclfnlhpmaipopinoicdkod
설명 Redirects Elder Scrolls Wikia/Fandom requests to UESP
파일 크기 24.55 KB
설치 횟수 98
현재 버전 1.3.1
최근 업데이트 2022-01-20
출시 날짜 2019-10-04
평점 5.00/5 총 3 개의 평점
개발자 SSyl
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/SSyl/UESPWikiRedirector
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UESP Wiki Redirector",
    "author": "SSyl, modified from proEndreeper's RSWikiRedirector",
    "version": "1.3.1",
    "description": "Redirects Elder Scrolls Wikia\/Fandom requests to UESP",
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{71fe46b4-b285-44f8-82bb-b2547b0df508}"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon32.png",
        "default_title": "UESP Wiki Redirector",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3
}