Fready
Read more focused
Fready란 무엇입니까?
Fready은(는) Fready에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read more focused"입니다.
확장 프로그램 스크린샷
Fready 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |