Reading Ruler
This is a simple reading ruler, useful when you are reading long texts on web.
Reading Rulerとは何ですか?
Reading RulerはDenison Linusによって開発されたChromeの拡張機能で、その主な機能は「This is a simple reading ruler, useful when you are reading long texts on web.」です。
拡張機能のスクリーンショット
Reading Ruler拡張機能のCRXファイルをダウンロード
Reading Ruler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Reading Ruler is a Google Chrome extension that helps you to read long texts on web pages. This tool can assist dyslexic readers to keep their place on the page they are reading. Features: * Highlight current reading line * Move the current line with arrow keys * Automatic jump to next/previous page * Smart adjustment when page resizes * Color, opacity and Shadow adjustments Usage: * Double click on text to start * Key Up/Down to navigate * ESC to cancel Data Protection FAQ: * Does the extension collect any user data? ** No, the Reading Ruler does not collect any kind of data. * Does the extension track users? ** No, the Reading Ruler does not track users. * Does the extension send data to any server? ** No, the Reading Ruler does not use any kind of server connection. All the processing is doing locally. * Why does the extension need 'read and change websites' permission? ** Because the Reading Ruler needs the information of website elements to calculate and render the ruler. Source Code: * https://github.com/denisonlinus/reading-ruler
拡張機能の基本情報
名前 | Reading Ruler |
ID | phiedfcbjfjagnjikfbobmldbpmdcpfk |
公式URL | https://chromewebstore.google.com/detail/reading-ruler/phiedfcbjfjagnjikfbobmldbpmdcpfk |
説明 | This is a simple reading ruler, useful when you are reading long texts on web. |
ファイルサイズ | 37.38 KB |
インストール数 | 25,539 |
現在のバージョン | 1.4 |
最終更新日 | 2018-05-01 |
公開日 | 2018-05-01 |
評価 | 2.98/5 合計 58 レビュー |
開発者 | Denison Linus |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/denisonlinus/reading-ruler |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reading Ruler", "description": "This is a simple reading ruler, useful when you are reading long texts on web.", "version": "1.4", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |