Differences From Artifact [bbea6aa8bb]:
- File gc_lang/fr/webext/manifest.json — part of check-in [68fe952d73] at 2017-09-28 09:29:30 on branch trunk — [fx] WebExt: adaptation to Chrome: Map can’t be sent via extension messaging interface (user: olr, size: 3373) [annotate] [blame] [check-ins using] [more...]
To Artifact [84fabfba5c]:
- File gc_lang/fr/webext/manifest.json — part of check-in [e7fc1e12a3] at 2017-10-16 19:33:38 on branch webext3 — [fx] WebExt: message box + text formatter via context menu (user: olr, size: 3458) [annotate] [blame] [check-ins using]
| ︙ | |||
49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | 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": [
|
| ︙ |