| Comment: | [fx] rename content scripts -> panel |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | fx | webext2 |
| Files: | files | file ages | folders |
| SHA3-256: |
6874758304208a78340b12b1ca1fd615 |
| User & Date: | olr on 2017-08-30 15:55:08 |
| Other Links: | branch diff | manifest | tags |
|
2017-08-31
| ||
| 04:20 | [fx] rename xPort -> xGrammalectePort check-in: 485e91923f user: olr tags: fx, webext2 | |
|
2017-08-30
| ||
| 15:55 | [fx] rename content scripts -> panel check-in: 6874758304 user: olr tags: fx, webext2 | |
| 15:35 | [fx] comment console.log in text formatter check-in: 2bb79b3718 user: olr tags: fx, webext2 | |
Name change from gc_lang/fr/webext/content_scripts/panels_content.css to gc_lang/fr/webext/content_scripts/panel.css.
| ︙ | ︙ |
Name change from gc_lang/fr/webext/content_scripts/panels_content.js to gc_lang/fr/webext/content_scripts/panel.js.
| ︙ | ︙ |
Name change from gc_lang/fr/webext/content_scripts/gc_content.css to gc_lang/fr/webext/content_scripts/panel_gc.css.
| ︙ | ︙ |
Name change from gc_lang/fr/webext/content_scripts/gc_content.js to gc_lang/fr/webext/content_scripts/panel_gc.js.
| ︙ | ︙ |
Name change from gc_lang/fr/webext/content_scripts/lxg_content.css to gc_lang/fr/webext/content_scripts/panel_lxg.css.
| ︙ | ︙ |
Name change from gc_lang/fr/webext/content_scripts/lxg_content.js to gc_lang/fr/webext/content_scripts/panel_lxg.js.
| ︙ | ︙ |
Name change from gc_lang/fr/webext/content_scripts/tf_content.css to gc_lang/fr/webext/content_scripts/panel_tf.css.
| ︙ | ︙ |
Name change from gc_lang/fr/webext/content_scripts/tf_content.js to gc_lang/fr/webext/content_scripts/panel_tf.js.
| ︙ | ︙ |
Modified gc_lang/fr/webext/manifest.json from [0c94f16f59] to [cf939c4b1c].
| ︙ | ︙ | |||
36 37 38 39 40 41 42 |
"background.js"
]
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"css": [
| | | | | | | | | | 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 |
"background.js"
]
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"css": [
"content_scripts/panel.css",
"content_scripts/panel_tf.css",
"content_scripts/panel_gc.css",
"content_scripts/panel_lxg.css",
"content_scripts/wrapper.css",
"3rd/font-awesome-4.7.0/css/font-awesome.min.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/wrapper.js",
"content_scripts/init.js"
]
}
],
"commands": {
"conjugueur_tab": {
|
| ︙ | ︙ |