68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
],
"js": [
"content_scripts/html_src.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_idle"
}
],
|
<
|
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
],
"js": [
"content_scripts/html_src.js",
"content_scripts/panel.js",
"grammalecte/fr/textformatter.js",
"content_scripts/panel_tf.js",
"content_scripts/panel_gc.js",
"content_scripts/menu.js",
"content_scripts/init.js"
],
"run_at": "document_idle"
}
],
|
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
|
"permissions": [
"*://localhost/*",
"*://dic.grammalecte.net/*",
"activeTab",
"contextMenus",
"cookies",
"downloads",
"storage"
],
"chrome_settings_overrides": {
"search_provider": {
"name": "Grammalecte",
"search_url": "https://grammalecte.net/dictionary.php?prj=fr&lemma={searchTerms}",
"keyword": "gram",
"favicon_url": "https://grammalecte.net/favicon.ico",
"is_default": false
}
}
}
|
>
|
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
|
"permissions": [
"*://localhost/*",
"*://dic.grammalecte.net/*",
"activeTab",
"contextMenus",
"cookies",
"downloads",
"clipboardWrite",
"storage"
],
"chrome_settings_overrides": {
"search_provider": {
"name": "Grammalecte",
"search_url": "https://grammalecte.net/dictionary.php?prj=fr&lemma={searchTerms}",
"keyword": "gram",
"favicon_url": "https://grammalecte.net/favicon.ico",
"is_default": false
}
}
}
|