-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path2024.3.24.json
29 lines (29 loc) · 995 Bytes
/
2024.3.24.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"addonId": "wordCount",
"displayName": "Count elements of the selected text",
"URL": "",
"description": "announces the number of words, characters and paragraphs of the selected text pressing Control+Shift+F12.\n\tIt also can create a list of the words used, ordered by number of occcurrences or alphabetically, display the lines containing a word and finally move to a specific line, pressing Control+Shift+F11.",
"sha256": "927cfb5d8375c073eed8bea281eff2f66b58a9a3ed9e993c3d7072ae157506ad",
"homepage": "https://github.com/ruifontes/wordcount",
"addonVersionName": "2024.03.24",
"addonVersionNumber": {
"major": 2024,
"minor": 3,
"patch": 24
},
"minNVDAVersion": {
"major": 2019,
"minor": 3,
"patch": 0
},
"lastTestedVersion": {
"major": 2024,
"minor": 1,
"patch": 0
},
"channel": "stable",
"publisher": "",
"sourceURL": "https://github.com/ruifontes/wordcount",
"license": "GPL 2",
"licenseURL": "https://www.gnu.org/licenses/old-licenses/gpl-2.0.html"
}