Overview
Comment: | [fx] rename modify_page.js -> content_modifier.js |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | fx | webext2 |
Files: | files | file ages | folders |
SHA3-256: |
4ac68612462d0d92ad78a540d77948b0 |
User & Date: | olr on 2017-08-15 06:38:14 |
Other Links: | branch diff | manifest | tags |
Context
2017-08-15
| ||
06:51 | [fx] CSS adjustments for lexicographer check-in: e0d4159247 user: olr tags: fx, webext2 | |
06:38 | [fx] rename modify_page.js -> content_modifier.js check-in: 4ac6861246 user: olr tags: fx, webext2 | |
2017-08-14
| ||
17:43 | [fx] panel content (lxg and gc), ui check-in: 216414b0fa user: olr tags: fx, webext2 | |
Changes
Name change from gc_lang/fr/webext/content_scripts/modify_page.js to gc_lang/fr/webext/content_scripts/content_modifier.js.
︙ | ︙ |
Modified gc_lang/fr/webext/manifest.json from [5aded4e872] to [198e8f08aa].
︙ | ︙ | |||
39 40 41 42 43 44 45 | "matches": ["<all_urls>"], "css": ["content_scripts/content_panels.css"], "js": [ "content_scripts/panel_creator.js", "content_scripts/tf_content.js", "content_scripts/gc_content.js", "content_scripts/lxg_content.js", | | | 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | "matches": ["<all_urls>"], "css": ["content_scripts/content_panels.css"], "js": [ "content_scripts/panel_creator.js", "content_scripts/tf_content.js", "content_scripts/gc_content.js", "content_scripts/lxg_content.js", "content_scripts/content_modifier.js" ] } ], "web_accessible_resources": [ "grammalecte/_dictionaries/French.json", "grammalecte/fr/conj_data.json", "grammalecte/fr/mfsp_data.json", |
︙ | ︙ |