Fready
Read more focused
Freadyคืออะไร?
Fready เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fready และคุณลักษณะหลักของมันคือ "Read more focused"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fready
ดาวน์โหลดไฟล์ส่วนขยาย Fready ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Stay focused for longer and spend less time reading. Ideal for students and people with a lot of reading to go through! ⚛️ It works just like using your finger on a physical book thanks to the scientifically designed word pacer that simulates the ideal eye movement 🤖 It slows down on hard, long, rare, and scientific words, ensuring you stay laser-focused. 📜 It scrolls automatically when you reach the bottom of the page, allowing you to get fully immersed in the text. Developed by 2 university students with ❤️ and 🍺 🔒 Privacy Notice: Everything happens locally! We're planning to add support for IPFS, so in the future you will be able to save your articles and preferences in a decentralized way. No data are collected, everything happens locally in your computer. Check out the code on GitHub (https://github.com/freadyapp/fready )
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fready |
ID | fbfecjjfhcgpocehenopdofhkdjfpcgl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fready/fbfecjjfhcgpocehenopdofhkdjfpcgl |
คำอธิบาย | Read more focused |
ขนาดไฟล์ | 1.22 MB |
จำนวนการติดตั้ง | 8,054 |
เวอร์ชันปัจจุบัน | 3.0.0 |
อัปเดตครั้งล่าสุด | 2022-01-28 |
วันที่เผยแพร่ | 2020-07-03 |
คะแนน | 3.61/5 รวมทั้งหมด 38 คะแนน |
ผู้พัฒนา | Fready |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://freadyapp.github.io/fready/terms |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fready", "action": [], "manifest_version": 3, "version": "3.0.0", "description": "Read more focused", "permissions": [ "tabs", "scripting", "storage" ], "host_permissions": [ "*:\/\/*\/*", "file:\/\/\/*" ], "icons": { "16": "assets\/icon\/circle\/16.png", "32": "assets\/icon\/circle\/32.png", "128": "assets\/icon\/circle\/128.png", "512": "assets\/icon\/circle\/512.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |