UESP Wiki Redirector
Redirects Elder Scrolls Wikia/Fandom requests to UESP
UESP Wiki Redirectorคืออะไร?
UESP Wiki Redirector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SSyl และคุณลักษณะหลักของมันคือ "Redirects Elder Scrolls Wikia/Fandom requests to UESP"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UESP Wiki Redirector
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 } |