44
45
46
47
48
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
{
"matches": ["<all_urls>"],
"exclude_matches": [
"*://*.wikisource.org/*",
"*://*.wikipedia.org/*",
"*://*.wiktionary.org/*"
],
"css": [
"content_scripts/panel.css",
"content_scripts/panel_tf.css",
"content_scripts/panel_gc.css",
"content_scripts/panel_lxg.css",
"content_scripts/message_box.css",
"content_scripts/menu.css"
],
"js": [
"content_scripts/panel.js",
"grammalecte/fr/textformatter.js",
"content_scripts/panel_tf.js",
"content_scripts/panel_gc.js",
"content_scripts/panel_lxg.js",
"content_scripts/message_box.js",
"content_scripts/menu.js",
"content_scripts/init.js"
],
"run_at": "document_end"
},
{
"matches": [
"*://*.wikisource.org/*",
"*://*.wikipedia.org/*",
"*://*.wiktionary.org/*"
],
"css": [
"content_scripts/panel.css",
"content_scripts/panel_tf.css",
"content_scripts/panel_gc.css",
"content_scripts/panel_lxg.css",
"content_scripts/menu.css"
],
"js": [
"content_scripts/panel.js",
"grammalecte/fr/textformatter.js",
"content_scripts/panel_tf.js",
"content_scripts/panel_gc.js",
"content_scripts/panel_lxg.js",
"content_scripts/menu.js",
|
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
|
44
45
46
47
48
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
|
{
"matches": ["<all_urls>"],
"exclude_matches": [
"*://*.wikisource.org/*",
"*://*.wikipedia.org/*",
"*://*.wiktionary.org/*"
],
"js": [
"content_scripts/panel.js",
"grammalecte/fr/textformatter.js",
"content_scripts/panel_tf.js",
"content_scripts/panel_gc.js",
"content_scripts/panel_lxg.js",
"content_scripts/message_box.js",
"content_scripts/menu.js",
"content_scripts/init.js"
],
"run_at": "document_end"
},
{
"matches": [
"*://*.wikisource.org/*",
"*://*.wikipedia.org/*",
"*://*.wiktionary.org/*"
],
"js": [
"content_scripts/panel.js",
"grammalecte/fr/textformatter.js",
"content_scripts/panel_tf.js",
"content_scripts/panel_gc.js",
"content_scripts/panel_lxg.js",
"content_scripts/menu.js",
|
112
113
114
115
116
117
118
119
120
121
122
123
124
125
|
"default": "Ctrl+Shift+8"
},
"description": "Ouvre l’éditeur lexical"
}
},
"web_accessible_resources": [
"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/tests_data.json",
|
>
>
>
>
>
|
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
|
"default": "Ctrl+Shift+8"
},
"description": "Ouvre l’éditeur lexical"
}
},
"web_accessible_resources": [
"content_scripts/panel.css",
"content_scripts/panel_tf.css",
"content_scripts/panel_gc.css",
"content_scripts/panel_lxg.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/tests_data.json",
|