UESP Wiki Redirector
Redirects Elder Scrolls Wikia/Fandom requests to UESP
UESP Wiki Redirector là gì?
UESP Wiki Redirector là một tiện ích mở rộng Chrome được phát triển bởi SSyl, và tính năng chính của nó là "Redirects Elder Scrolls Wikia/Fandom requests to UESP".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng UESP Wiki Redirector
Tải xuống các tệp mở rộng UESP Wiki Redirector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | UESP Wiki Redirector |
ID | pmpmohopeeclfnlhpmaipopinoicdkod |
URL Chính Thức | https://chromewebstore.google.com/detail/uesp-wiki-redirector/pmpmohopeeclfnlhpmaipopinoicdkod |
Mô tả | Redirects Elder Scrolls Wikia/Fandom requests to UESP |
Kích Thước Tệp | 24.55 KB |
Số Lần Cài Đặt | 98 |
Phiên Bản Hiện Tại | 1.3.1 |
Cập Nhật Lần Cuối | 2022-01-20 |
Ngày Phát Hành | 2019-10-04 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | SSyl |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/SSyl/UESPWikiRedirector |
Ngôn Ngữ Được Hỗ Trợ | 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 } |