18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
### Folders
* grammalecte: the grammar checker (receive texts, analyse it and send back results).
* content_scripts (what is run in content-scripts).
* panel: browser_action panel, and other webpages (lexicon editor, conjugueur and other stuff).
### Building the extension
Extensions for LibreOffice, Firefox/Chrome and Thunderbird are generated in the folder `_build`.
Required:
* Python 3.7+ > [download](https://www.python.org/)
* NodeJS > [download](https://nodejs.org/)
|
|
|
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
### Folders
* grammalecte: the grammar checker (receive texts, analyse it and send back results).
* content_scripts (what is run in content-scripts).
* panel: browser_action panel, and other webpages (lexicon editor, conjugueur and other stuff).
### Building the extension with the source code
Extensions for LibreOffice, Firefox/Chrome and Thunderbird are generated in the folder `_build`.
Required:
* Python 3.7+ > [download](https://www.python.org/)
* NodeJS > [download](https://nodejs.org/)
|