21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
"48": "img/logo-48.png",
"64": "img/logo-64.png",
"80": "img/logo-80.png",
"96": "img/logo-96.png" },
"browser_action": {
"default_icon": "img/logo-32.png",
"default_popup": "panel/main.html",
"default_title": "Grammalecte [fr]",
"browser_style": false
},
"compose_action": {
"default_icon": "img/logo-32.png",
"default_area": "maintoolbar",
"default_popup": "panel/main.html",
"default_title": "Analyser",
"browser_style": false
},
"background": {
"scripts": [
"grammalecte/graphspell/helpers.js",
"background.js"
]
}
}
|
<
>
<
|
>
|
>
>
>
>
>
>
>
>
>
>
>
>
|
>
>
>
>
>
>
>
|
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
"48": "img/logo-48.png",
"64": "img/logo-64.png",
"80": "img/logo-80.png",
"96": "img/logo-96.png" },
"browser_action": {
"default_icon": "img/logo-32.png",
"default_title": "Grammalecte [fr]",
"default_popup": "panel/main.html",
"browser_style": false
},
"compose_action": {
"default_area": "maintoolbar",
"default_icon": "img/logo-32.png",
"default_title": "Analyser",
"browser_style": false
},
"background": {
"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"
}
},
"permissions": [
"compose",
"downloads",
"storage"
]
}
|