aboutsummaryrefslogtreecommitdiff
path: root/files/pl/mozilla/add-ons/webextensions/manifest.json/description/index.html
blob: 9d570a3d57741491aa20d3777cb753d9ed912409 (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
---
title: description
slug: Mozilla/Add-ons/WebExtensions/manifest.json/description
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%;">Typ</th>
   <td><code>String (ciąg znaków)</code></td>
  </tr>
  <tr>
   <th scope="row">Obowiązkowe</th>
   <td>Nie</td>
  </tr>
  <tr>
   <th scope="row">Przykład</th>
   <td>
    <pre class="brush: json no-line-numbers">
"description": "Zastępuje rysunki zdjęciami kotów."</pre>
   </td>
  </tr>
 </tbody>
</table>

<p>Krótki opis rozszerzenia, który jest przeznaczony do wyświetlenia w interfejsie przeglądarki użytkownika.</p>

<p>Jest to <a href="/en-US/Add-ons/WebExtensions/Internationalization#Internationalizing_manifest.json">właściwość umiejscowiona</a>.</p>

<h2 id="Przykład">Przykład</h2>

<pre class="brush: json no-line-numbers">"description": "Zastępuje obrazki zdjęciami kotów."</pre>

<h2 id="Zgodność_z_przeglądarkami">Zgodność z przeglądarkami</h2>

<p>{{Compat("webextensions.manifest.description")}}</p>