Riffling
Riffling
Rifflingคืออะไร?
Riffling เป็นส่วนขยายของ Chrome ที่พัฒนาโดย julien.wut และคุณลักษณะหลักของมันคือ "Riffling"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Riffling
ดาวน์โหลดไฟล์ส่วนขยาย Riffling ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } } |