41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
| "scripts": [
"grammalecte/graphspell/helpers.js",
"background.js"
]
},
"commands": {
"grammar_checker": {
"suggested_key": { "default": "Ctrl+Shift+F" },
"description": "Ouvre le correcteur grammatical"
},
"conjugueur_tab": {
"suggested_key": { "default": "Ctrl+Shift+6" },
"description": "Ouvre le conjugueur"
},
"lexicon_editor": {
"suggested_key": { "default": "Ctrl+Shift+7" },
"description": "Ouvre l’éditeur lexical"
|
<
<
<
<
| 41
42
43
44
45
46
47
48
49
50
51
52
53
54
| "scripts": [
"grammalecte/graphspell/helpers.js",
"background.js"
]
},
"commands": {
"conjugueur_tab": {
"suggested_key": { "default": "Ctrl+Shift+6" },
"description": "Ouvre le conjugueur"
},
"lexicon_editor": {
"suggested_key": { "default": "Ctrl+Shift+7" },
"description": "Ouvre l’éditeur lexical"
|