Readable Wikipedia
Enhacements to wikipedia to increase its readability.
Readable Wikipedia là gì?
Readable Wikipedia là một tiện ích mở rộng Chrome được phát triển bởi Nick Rowe, và tính năng chính của nó là "Enhacements to wikipedia to increase its readability.".
Ả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 Readable Wikipedia
Tải xuống các tệp mở rộng Readable Wikipedia 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
Wikipedia Readability improves the readability of wikipedia by reducing the number of distractions on the page and improving the readability of the type. This extension attempts to keep the distinctive Wikipedia look while adding usability and readability improvements.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | imoddojnfpdkpfiipadaibjplddaneka |
URL Chính Thức | https://chrome.google.com/webstore/detail/readable-wikipedia/imoddojnfpdkpfiipadaibjplddaneka |
Mô tả | Enhacements to wikipedia to increase its readability. |
Kích Thước Tệp | 549 KB |
Số Lần Cài Đặt | 2,000 |
Phiên Bản Hiện Tại | 1.7 |
Cập Nhật Lần Cuối | 2013-07-10 |
Ngày Phát Hành | 2013-07-10 |
Đánh Giá | 3.63/5 Tổng số 52 Đánh Giá |
Nhà Phát Triển | Nick Rowe |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://labs.dcxn.com/wikipedia-readability/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Readable Wikipedia", "version": "1.7", "manifest_version": 2, "description": "Enhacements to wikipedia to increase its readability.", "content_scripts": [ { "matches": [ "*:\/\/*.wikipedia.org\/wiki\/*" ], "css": [ "readable.css" ], "js": [ "jquery.js", "jquery.hotkeys.js", "enhancements.js" ] } ], "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "web_accessible_resources": [ "images\/desktop.png", "images\/mobile.gif" ], "permissions": [ "tabs", "*:\/\/*.wikipedia.org\/wiki\/*" ] } |