EasyRead - Simple website reader
Simplify website page, remove sidebars and not useful information. Add notes to the text dirrectly!
EasyRead - Simple website readerคืออะไร?
EasyRead - Simple website reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rainermauckner และคุณลักษณะหลักของมันคือ "Simplify website page, remove sidebars and not useful information. Add notes to the text dirrectly!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EasyRead - Simple website reader
ดาวน์โหลดไฟล์ส่วนขยาย EasyRead - Simple website reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
EasyRead can customize and improve the readability of long web articles, make any article or part of a website more readable! EasyRead is a simple, easy-to-use extension that allows you change the font size and style on any web page. It consists of two modes: ◼ Reading mode (Support Active Adaptation Mode • Intelligent Perception • Manual Frame Selection• TXT reader•Markdown reader]) ◼ Focus mode (Do not change the structure of the current page, only highlight the part that needs to be read) EasyRead collects absolutely zero personal data from users and sends analytics to no one else.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ggglkmngaogcjmhgokaiendhkhngikok |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/easyread-simple-website-r/ggglkmngaogcjmhgokaiendhkhngikok |
คำอธิบาย | Simplify website page, remove sidebars and not useful information. Add notes to the text dirrectly! |
ขนาดไฟล์ | 1.28 MB |
จำนวนการติดตั้ง | 73 |
เวอร์ชันปัจจุบัน | 2.0.0 |
อัปเดตครั้งล่าสุด | 2021-01-04 |
วันที่เผยแพร่ | 2021-01-04 |
ผู้พัฒนา | rainermauckner |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://docs.google.com/document/d/14Yhw1cyudF-TPQjyF3bz-ond0Ztqq7ceHFm8yoPOuS8/edit?usp=sharing |
ภาษาที่รองรับ | en,zh-CN,zh-TW |
manifest.json | |
{ "background": { "scripts": [ "\/ga.js", "\/bundle\/common.js", "\/bundle\/background.js" ] }, "content_scripts": [ { "exclude_matches": [ "http:\/\/localhost\/*" ], "js": [ "\/bundle\/common.js", "\/bundle\/vendors.js", "\/bundle\/contentscripts.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*.txt", "file:\/\/\/*\/*.md" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "Simplify website page, remove sidebars and not useful information. Add notes to the text dirrectly!", "homepage_url": "https:\/\/www.extensionsforweb.com\/", "icons": { "128": "assets\/images\/icon128.png", "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png" }, "manifest_version": 2, "name": "EasyRead - Simple website reader", "offline_enabled": true, "optional_permissions": [ "cookies", "downloads" ], "options_page": "options\/options.html", "page_action": { "default_icon": { "16": "assets\/images\/icon16.png" } }, "permissions": [ "contextMenus", "tabs", "storage", "unlimitedStorage", "tts", " |