It's an extension for Gnome-Shell. It works as a reading guide for computer and this is really useful for people affected by dyslexia. It works great in helping children focusing to read very well, it marks the sentence that they are reading and hides the previous and the next one. It's already used in education projects at schools, it puts the attention on screen but it's also really useful for programmers and graphic designers who want to check their works.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
32 | Active |
31 | Rejected |
30 | Active |
29 | Active |
28 | Rejected |
27 | Active |
26 | Active |
25 | Rejected |
24 | Rejected |
23 | Active |
22 | Active |
21 | Rejected |
20 | Active |
19 | Rejected |
18 | Active |
17 | Active |
16 | Active |
15 | Inactive |
14 | Inactive |
13 | Active |
12 | Active |
11 | Active |
10 | Rejected |
9 | Active |
8 | Inactive |
7 | Inactive |
6 | Inactive |
5 | Inactive |
4 | Inactive |
3 | Inactive |
2 | Inactive |
1 | Rejected |
1. You cannot create instance of objects in the constructor (line 32-33, 36 `extension.js`): [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-initialization-for-static-resources) Move those lines to enable and null them out in disable. 2. Remove the keybinding on disable (line 211 `extension.js`). 3. Also null out in disable: ```js icon = null; ``` [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects)
Fixed