Easy to read
Easy to read
Easy to read là gì?
Easy to read là một tiện ích mở rộng Chrome được phát triển bởi tech, và tính năng chính của nó là "Easy to read".
Ả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 Easy to read
Tải xuống các tệp mở rộng Easy to read 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
Easy to Read extension turns difficult sentences into easy sentences. All you have to do is hover over a sentence that is hard to understand. The app will then show you a version that is simple to understand. We created this app for a family member who has a mental disability. But we soon found out it helps many people, both with disabilities and with no disabilities. Easy to Read helps people who are not native English speakers. It helps people who are learning to read. It helps students, reading difficult texts. Anyone who wants to better understand what they are reading, will enjoy this tool. To use the extension follow these easy steps: 1. Click the green Install button. 2. When the button turns from Install into Open, click Open. 3. Go to the top right side of your Chrome and click the jigsaw puzzle icon. 4. From the menu that will open, choose Manage Extensions at the very bottom. 5. On the web page that will open, you will see all your chrome apps. The Easy to Read one, will be on the top left. 6. There will be a toggle button. Move it to the right. It will turn from gray to blue. If it is already blue. Leave it like that. 7. Now the Easy to Read pink icon will appear on your Chrome. Click it, and a tiny window will open up. At the bottom of the window there will be a link, saying “How do I get a license?” Click it. 8. Now a web page will open. Scroll to its bottom, fill in your details, and get a code. 9. Copy the code. 10. Now click the Easy to Read button again. The tiny window will open. There will be a field titled My User Number. Paste the code there. Now move the gray toggle button to the right. It will become pink. 11. The app is now ready to use. Visit any website. We recommend trying The New York Times. Hover over a hard sentence, and let us show you the simple version of that sentence. Would you like to learn how this extension works? There are guidelines, made up by experts, to make language simpler. We took those guidelines. Then we used Artificial Intelligence to turn those guidelines into a machine that turns hard text into easy text. We use Machine Learning to improve the app. This means that when you use our tool, we learn from the way you use it, if you are happy with the results. And we improve the tool based on how much it helped you. So go ahead, start simplifying difficult texts. We hope you will get a lot of value from our app. And please leave us feedback. We want to improve for you. Thank you.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Easy to read |
ID | hgmgebeiknkgjdgaoafbbjiejjimclig |
URL Chính Thức | https://chromewebstore.google.com/detail/easy-to-read/hgmgebeiknkgjdgaoafbbjiejjimclig |
Mô tả | Easy to read |
Kích Thước Tệp | 702 KB |
Số Lần Cài Đặt | 125 |
Phiên Bản Hiện Tại | 1.3.0 |
Cập Nhật Lần Cuối | 2022-08-11 |
Ngày Phát Hành | 2021-11-26 |
Nhà Phát Triển | tech |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.asat-tec.com/ |
URL Trang Chính Sách Bảo Mật | https://www.freeprivacypolicy.com/live/61d1b568-9612-4a64-9a90-a82b44fe9ca3 |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Easy to read", "description": "Easy to read", "version": "1.3.0", "icons": { "128": "128ballon.png" }, "action": { "default_icon": "19ballon.png", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ] } |