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”。
擴展截圖
下載UESP Wiki Redirector擴展crx文件
下載UESP Wiki Redirector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | pmpmohopeeclfnlhpmaipopinoicdkod |
官方網址 | 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 } |