1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
-
+
|
{
"manifest_version": 2,
"name": "Grammalecte [fr]",
"short_name": "Grammalecte [fr]",
"version": "0.6",
"applications": {
"gecko": {
"id": "French-GC@grammalecte.net",
"strict_min_version": "54.0"
"strict_min_version": "55.0"
}
},
"author": "Olivier R.",
"homepage_url": "https://grammalecte.net",
"description": "Correcteur grammatical pour le français.",
|
39
40
41
42
43
44
45
46
47
|
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
-
-
+
+
+
+
+
+
+
+
+
+
|
"grammalecte/fr/mfsp_data.json",
"grammalecte/fr/phonet_data.json",
"grammalecte/fr/tests_data.json"
],
"permissions": [
"activeTab",
"contextMenus"
]
}
],
"chrome_settings_overrides": {
"search_provider": {
"name": "Grammalecte",
"search_url": "https://www.dicollecte.org/dictionary.php?prj=fr&lemma={searchTerms}",
"keyword": "disc",
"favicon_url": "https://www.dicollecte.org/favicon.ico"
}
}
}
|