Riffling
Riffling
Riffling란 무엇입니까?
Riffling은(는) julien.wut에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Riffling"입니다.
확장 프로그램 스크린샷
Riffling 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Riffling is a new method facilitating the reading process by guiding the eyes through text with artificial fixation points, based on the "Bionic Reading" method. As a result, the reader is only focusing on the highlighted initial letters and lets the brain center complete the word. This improved version of bionic reading, allows you to play with many tunable parameters, based on your preferences. You can change: * the Fixation (increase or decrease the number of characters per words highlighted) * the Saccades (increase or decrease how often do we highlight a word) * the Opacity (increase or decrease the font-weight for the highlighted words) * the Stopwords (increase or decrease the number of words that are considered as "not meaningful") * the StopWordsBehavior (how do we handle the stopwords: remove , underline, strikethrough, ignore or bold them) * the MaxRareWordsFrequency (increase or decrease the frequency of apparation of a word to be considered as "very Important") * the MaxRareWordsBehavior (how do we handle the stopwords: highlight , underline, strikethrough, ignore or bold them)
확장 프로그램 기본 정보
이름 | Riffling |
ID | cdeneedpmhjckodlolnppfaebbgkkklc |
공식 URL | https://chromewebstore.google.com/detail/riffling/cdeneedpmhjckodlolnppfaebbgkkklc |
설명 | Riffling |
파일 크기 | 48.84 KB |
설치 횟수 | 69 |
현재 버전 | 1.0 |
최근 업데이트 | 2022-06-09 |
출시 날짜 | 2022-06-08 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | julien.wut |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Riffling", "description": "Riffling", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "src\/background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "options_page": "src\/option.html", "action": { "default_popup": "src\/popup.html", "default_icon": { "16": "\/images\/logo-1.png", "32": "\/images\/logo-1.png", "48": "\/images\/logo-1.png", "128": "\/images\/logo-1.png" } }, "icons": { "16": "\/images\/logo-1.png", "32": "\/images\/logo-1.png", "48": "\/images\/logo-1.png", "128": "\/images\/logo-1.png" }, "commands": { "toggle-riffling": { "suggested_key": { "default": "Alt+Shift+1" }, "description": "Toggle Riffling Mode" } } } |