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.0",
"applications": {
"gecko": {
"id": "French-GC@grammalecte.net",
"strict_min_version": "57.0"
}
},
"minimum_chrome_version": "61",
"author": "Olivier R.",
"homepage_url": "https://grammalecte.net",
|
|
|
|
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.0.1",
"applications": {
"gecko": {
"id": "French-GC@grammalecte.net",
"strict_min_version": "56.0"
}
},
"minimum_chrome_version": "61",
"author": "Olivier R.",
"homepage_url": "https://grammalecte.net",
|
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
"*://*.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",
"content_scripts/init.js"
],
"run_at": "document_end"
},
{
"matches": [
|
>
>
|
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
"*://*.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": [
|