Wiki Reader
Adjusts Formatting of Wiki Pages for better readability
Wiki Reader là gì?
Wiki Reader là một tiện ích mở rộng Chrome được phát triển bởi Johnbuble, và tính năng chính của nó là "Adjusts Formatting of Wiki Pages for better 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 Wiki Reader
Tải xuống các tệp mở rộng Wiki Reader 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
This Chrome Extension modifies wikipedia webpages to: - limit the horizontal space - turn the page to dark mode for better readability, especially on large screens. No tracking, no ads.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Wiki Reader |
ID | jdkaiipcpgdgbbiepihiggaflgipbnhb |
URL Chính Thức | https://chromewebstore.google.com/detail/wiki-reader/jdkaiipcpgdgbbiepihiggaflgipbnhb |
Mô tả | Adjusts Formatting of Wiki Pages for better readability |
Kích Thước Tệp | 42.25 KB |
Số Lần Cài Đặt | 110 |
Phiên Bản Hiện Tại | 0.4 |
Cập Nhật Lần Cuối | 2020-09-21 |
Ngày Phát Hành | 2020-07-05 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Johnbuble |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/OlJohnny/Wiki-Reader |
URL Trang Trợ Giúp | https://github.com/OlJohnny/Wiki-Reader/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wiki Reader", "description": "Adjusts Formatting of Wiki Pages for better readability", "author": "Johnbuble", "version": "0.4", "manifest_version": 2, "browser_action": { "default_title": "Wiki Reader", "default_icon": { "38": "icons\/icon_38.png", "19": "icons\/icon_19.png" } }, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.wikipedia.org\/*" ], "run-at": "document_start", "css": [ "content.css" ] } ] } |