blob: b61e07462bbb39595686abe8973d34594ca3c2e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
---
title: description
slug: Mozilla/Add-ons/WebExtensions/manifest.json/description
tags:
- Add-ons
- Extensions
- WebExtensions
translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/description
---
<div>{{AddonSidebar}}</div>
<table class="fullwidth-table standard-table">
<tbody>
<tr>
<th scope="row" style="width: 30%;">Type</th>
<td><font face="Consolas">chaîne</font></td>
</tr>
<tr>
<th scope="row">Obligatoire</th>
<td>Non</td>
</tr>
<tr>
<th scope="row">Exemple</th>
<td>
<pre class="brush: json no-line-numbers">
"description": "Remplace des images par des portraits de chats."</pre>
</td>
</tr>
</tbody>
</table>
<p>Une brève description de l'extension, destinée à être affichée dans l'interface utilisateur du navigateur.</p>
<p>Ceci est une <a href="/fr/Add-ons/WebExtensions/Internationalization#Internationalizing_manifest.json">propriété localisable</a>.</p>
<h2 id="Exemple">Exemple</h2>
<pre class="brush: json no-line-numbers">"description": "Remplace des images par des portraits de chats."</pre>
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
<p>{{Compat("webextensions.manifest.description")}}</p>
|