Riffling
Riffling
什麼是Riffling?
Riffling是由julien.wut開發的Chrome擴展程式,該擴展的主要功能是“Riffling”。
擴展截圖
下載Riffling擴展crx文件
下載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 |
官方網址 | 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" } } } |