aboutsummaryrefslogtreecommitdiff
path: root/files/pl/mozilla/add-ons/webextensions/manifest.json/name/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pl/mozilla/add-ons/webextensions/manifest.json/name/index.html')
-rw-r--r--files/pl/mozilla/add-ons/webextensions/manifest.json/name/index.html40
1 files changed, 40 insertions, 0 deletions
diff --git a/files/pl/mozilla/add-ons/webextensions/manifest.json/name/index.html b/files/pl/mozilla/add-ons/webextensions/manifest.json/name/index.html
new file mode 100644
index 0000000000..1e4ade2df8
--- /dev/null
+++ b/files/pl/mozilla/add-ons/webextensions/manifest.json/name/index.html
@@ -0,0 +1,40 @@
+---
+title: name
+slug: Mozilla/Add-ons/WebExtensions/manifest.json/name
+translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/name
+---
+<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ązkowy</th>
+ <td>Tak</td>
+ </tr>
+ <tr>
+ <th scope="row">Przykład</th>
+ <td>
+ <pre class="brush: json no-line-numbers">
+"name": "Moje rozszerzenie"</pre>
+ </td>
+ </tr>
+ </tbody>
+</table>
+
+<p>Nazwa rozszerzenia. Jest używana do zidentyfikowania rozszerzenia w przeglądarce użytkownika i na takich serwisach jak np. addons.mozilla.org.</p>
+
+<p>Jest to <a href="/en-US/Add-ons/WebExtensions/Internationalization#Internationalizing_manifest.json">"właściwość zlokalizowana"</a>.</p>
+
+<h2 id="Przykład">Przykład</h2>
+
+<pre class="brush: json no-line-numbers">"name": "Moje rozszerzenie"</pre>
+
+<h2 id="Zgodność_z_przeglądarkami">Zgodność z przeglądarkami</h2>
+
+<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
+
+<p>{{Compat("webextensions.manifest.name")}}</p>