Reading Ruler
This is a simple reading ruler, useful when you are reading long texts on web.
Hvad er Reading Ruler?
Reading Ruler er en Chrome-udvidelse udviklet af Denison Linus, og dens hovedfunktion er "This is a simple reading ruler, useful when you are reading long texts on web.".
Udvidelsesskærmbilleder
Download Reading Ruler-udvidelses-CRX-fil
Download Reading Ruler-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | phiedfcbjfjagnjikfbobmldbpmdcpfk |
| Officiel URL | https://chromewebstore.google.com/detail/reading-ruler/phiedfcbjfjagnjikfbobmldbpmdcpfk |
| Beskrivelse | This is a simple reading ruler, useful when you are reading long texts on web. |
| Filstørrelse | 37.38 KB |
| Antal Installationer | 25,539 |
| Nuværende Version | 1.4 |
| Senest Opdateret | 2018-05-01 |
| Udgivelsesdato | 2018-05-01 |
| Bedømmelse | 2.98/5 Samlet 58 Bedømmelser |
| Udvikler | Denison Linus |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/denisonlinus/reading-ruler |
| Understøttede Sprog | 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": [
" | |