Overview
| Comment: | [fx] WebExt: adaptation to Chrome (manifest.json) |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | fx |
| Files: | files | file ages | folders |
| SHA3-256: |
4048828d5e2b2d6ff0c947dd46de5057 |
| User & Date: | olr on 2017-09-26 08:25:05 |
| Original Comment: | [fx] WebExt: adaptation to Chrome |
| Other Links: | manifest | tags |
Context
|
2017-09-26
| ||
| 08:52 | [fx] WebExt: adaptation to Chrome (browser=chrome) check-in: 3af265e2d8 user: olr tags: trunk, fx | |
| 08:25 | [fx] WebExt: adaptation to Chrome (manifest.json) check-in: 4048828d5e user: olr tags: trunk, fx | |
|
2017-09-25
| ||
| 10:04 | [fr] suggestion des graphies similaires mieux contrôlée check-in: 8a4cad3f05 user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/webext/manifest.json from [7d6295f445] to [11e1d2945e].
| ︙ | |||
88 89 90 91 92 93 94 | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 | - + - + |
"run_at": "document_idle"
}
],
"commands": {
"conjugueur_tab": {
"suggested_key": {
|
| ︙ | |||
119 120 121 122 123 124 125 | 119 120 121 122 123 124 125 126 127 128 129 130 131 132 | - - + + + + |
"storage"
],
"chrome_settings_overrides": {
"search_provider": {
"name": "Grammalecte",
"search_url": "https://www.dicollecte.org/dictionary.php?prj=fr&lemma={searchTerms}",
|
Modified gc_lang/fr/webext/panel/main.html from [718e696348] to [fac2fe84b3].
| ︙ | |||
55 56 57 58 59 60 61 | 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | - + - + |
<div id="help_section">
<p>Grammalecte affiche un bouton d’accès au menu en bas à gauche des zones de texte usuelles pour accéder aux fonctionnalités existantes.</p>
<p class="right"><img src="../img/menu_button1.png" title="bouton du menu" /></p>
<p class="right"><img src="../img/menu_button2.png" title="menu" /></p>
<p>Pour les autres zones de texte (HTML éditable), il faut sélectionner le texte et utiliser le menu contextuel.</p>
<p class="right"><img src="../img/contextmenu.png" title="menu contextuel sur sélection" /></p>
<h2>Raccourcis clavier</h2>
|
| ︙ |