49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
+
+
+
+
+
+
+
+
+
+
+
+
+
+
|
"content_scripts/tf_content.js",
"content_scripts/gc_content.js",
"content_scripts/lxg_content.js",
"content_scripts/content_modifier.js"
]
}
],
"commands": {
"conjugueur_tab": {
"suggested_key": {
"default": "Ctrl+Shift+F6"
},
"description": "Ouvre le conjugueur dans un onglet"
},
"conjugueur_window": {
"suggested_key": {
"default": "Ctrl+Shift+F7"
},
"description": "Ouvre le conjugueur dans une fenêtre"
}
},
"web_accessible_resources": [
"grammalecte/_dictionaries/French.json",
"grammalecte/fr/conj_data.json",
"grammalecte/fr/mfsp_data.json",
"grammalecte/fr/phonet_data.json",
"grammalecte/fr/tests_data.json",
"img/logo-16.png"
|