Enhanced Wikipedia UI
A massive redesign of the Wikipedia website. Enhanced design includes a more user friendly interface that increases readability.
Enhanced Wikipedia UIคืออะไร?
Enhanced Wikipedia UI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://david-hong.com และคุณลักษณะหลักของมันคือ "A massive redesign of the Wikipedia website. Enhanced design includes a more user friendly interface that increases readability."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enhanced Wikipedia UI
ดาวน์โหลดไฟล์ส่วนขยาย Enhanced Wikipedia UI ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A google extension that redesigns the Wikipedia website in order to create a more user friendly and readable interface. Features include a more modern design, fixed table of contents on the sidebar (no more manually scrolling to the top to find another heading!). Also has a more convenient search bar with larger search result items. Automatically opens an image in a lightbox rather than navigating away from the page to show the image.
Readability enhancements include:
Change in font (family, size, color, line-height and others).
Paragraphs now are indented and have larger margins/padding to give more breathing room
Images also have more padding and border-radius
Image captions now "hover to display" to give more of a minimal look
Table padding significantly increased to give more breathing room
And MUCH more! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | kpccobiljcljgnldjleifiblpdicjmmd |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/enhanced-wikipedia-ui/kpccobiljcljgnldjleifiblpdicjmmd |
| คำอธิบาย | A massive redesign of the Wikipedia website. Enhanced design includes a more user friendly interface that increases readability. |
| ขนาดไฟล์ | 43.64 KB |
| จำนวนการติดตั้ง | 162 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2014-11-03 |
| วันที่เผยแพร่ | 2014-11-02 |
| คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | https://david-hong.com |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Enhanced Wikipedia UI",
"description": "A massive redesign of the Wikipedia website. Enhanced design includes a more user friendly interface that increases readability.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"manifest_version": 2,
"version": "1.0",
"content_scripts": [
{
"matches": [
"*:\/\/*.wikipedia.org\/*"
],
"css": [
"style.css"
]
}
]
} | |