NiceReader
NiceReader is designed for web reading.You can customize font, color, background, specify the elements to read, filiter ad elements.
NiceReaderคืออะไร?
NiceReader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wangjh370 และคุณลักษณะหลักของมันคือ "NiceReader is designed for web reading.You can customize font, color, background, specify the elements to read, filiter ad elements."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NiceReader
ดาวน์โหลดไฟล์ส่วนขยาย NiceReader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
乐豆阅读器,专为网页阅读设计.可自定义字体,颜色,大小,背景等.可指定阅读元素,自动翻页,过滤广告及浮窗元素,清除广告字符等. NiceReader is designed for web reading. 1.customize font, color, size, background. 2.specify the elements to read. 3.filiter ad elements with high zIndex or mouse event, and filiter ad strings. 4.automaticaly turn page, or press up, down, left, right, space, Home, End, PgUp, PgDn key, click slider to turn page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NiceReader |
ID | jnghlhhicobffgpodoafnmkfncpddgph |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nicereader/jnghlhhicobffgpodoafnmkfncpddgph |
คำอธิบาย | NiceReader is designed for web reading.You can customize font, color, background, specify the elements to read, filiter ad elements. |
ขนาดไฟล์ | 149 KB |
จำนวนการติดตั้ง | 51 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2017-01-16 |
วันที่เผยแพร่ | 2017-01-15 |
คะแนน | 4.60/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | wangjh370 |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.nicereader.net |
ภาษาที่รองรับ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NiceReader", "version": "1.4", "description": "NiceReader is designed for web reading.You can customize font, color, background, specify the elements to read, filiter ad elements.", "homepage_url": "http:\/\/www.nicereader.net", "browser_action": { "default_icon": "images\/nicereader.png", "default_title": "NiceReader", "default_popup": "popup.html" }, "icons": { "64": "images\/nicereader.png", "24": "images\/nicereader24.png", "16": "images\/nicereader16.png" }, "background": { "scripts": [ "bg.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "options_page": "options.html", "web_accessible_resources": [ "images\/*" ], "permissions": [ "fontSettings", "tabs" ], "offline_enabled": true } |