Wiki Redirect
Language and mobile to desktop redirection on Wikipedia pages.
Wiki Redirectคืออะไร?
Wiki Redirect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Memento SRLS และคุณลักษณะหลักของมันคือ "Language and mobile to desktop redirection on Wikipedia pages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wiki Redirect
ดาวน์โหลดไฟล์ส่วนขยาย Wiki Redirect ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension enables automatic language redirection on Wikipedia pages. When you open a Wikipedia page in a different language, it will try to open the same article on the choosen language. You can choose the redirection language from a list of Wikipedia supported languages. It's also possibile to automatically convert links from the mobile version to the desktop version. Extension developed by Memento SRLS https://play.google.com/store/apps/developer?id=Memento+SRLS
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Wiki Redirect |
ID | oenahiaeppiepibbmfpadomieekgbmbb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wiki-redirect/oenahiaeppiepibbmfpadomieekgbmbb |
คำอธิบาย | Language and mobile to desktop redirection on Wikipedia pages. |
ขนาดไฟล์ | 50.83 KB |
จำนวนการติดตั้ง | 393 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2014-09-30 |
วันที่เผยแพร่ | 2014-09-30 |
คะแนน | 4.57/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Memento SRLS |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://play.google.com/store/apps/developer?id=Memento+SRLS |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_icon": "icon16.png", "default_name": "__MSG_appName__", "default_popup": "popup.html" }, "permissions": [ "webRequest", "webRequestBlocking", "storage", "*:\/\/*.wikipedia.org\/" ], "background": { "scripts": [ "background.js" ] } } |