87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
|
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
|
+
+
+
+
-
+
+
|
"suggested_key": { "default": "Ctrl+Shift+F" },
"description": "Ouvre le correcteur grammatical"
},
"conjugueur_tab": {
"suggested_key": { "default": "Ctrl+Shift+6" },
"description": "Ouvre le conjugueur"
},
"thesaurus_tab": {
"suggested_key": { "default": "Ctrl+Shift+7" },
"description": "Ouvre le thésaurus"
},
"lexicon_editor": {
"suggested_key": { "default": "Ctrl+Shift+7" },
"suggested_key": { "default": "Ctrl+Shift+8" },
"description": "Ouvre l’éditeur lexical"
}
},
"web_accessible_resources": [
"content_scripts/api.js",
"content_scripts/panel.css",
"content_scripts/panel_tf.css",
"content_scripts/panel_gc.css",
"content_scripts/panel_lxg.css",
"content_scripts/panel_conj.css",
"content_scripts/message_box.css",
"content_scripts/menu.css",
"grammalecte/graphspell/_dictionaries/fr-allvars.json",
"grammalecte/graphspell/_dictionaries/fr-classic.json",
"grammalecte/graphspell/_dictionaries/fr-reform.json",
"grammalecte/fr/conj_data.json",
"grammalecte/fr/mfsp_data.json",
"grammalecte/fr/phonet_data.json",
"grammalecte/fr/thesaurus_data.json",
"grammalecte/fr/tests_data.json",
"img/logo-16.png"
],
"permissions": [
"*://localhost/*",
"*://dic.grammalecte.net/*",
|