aboutsummaryrefslogtreecommitdiff
path: root/files/pl/mozilla/add-ons/webextensions/manifest.json/version/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pl/mozilla/add-ons/webextensions/manifest.json/version/index.html')
-rw-r--r--files/pl/mozilla/add-ons/webextensions/manifest.json/version/index.html45
1 files changed, 45 insertions, 0 deletions
diff --git a/files/pl/mozilla/add-ons/webextensions/manifest.json/version/index.html b/files/pl/mozilla/add-ons/webextensions/manifest.json/version/index.html
new file mode 100644
index 0000000000..327d877861
--- /dev/null
+++ b/files/pl/mozilla/add-ons/webextensions/manifest.json/version/index.html
@@ -0,0 +1,45 @@
+---
+title: version
+slug: Mozilla/Add-ons/WebExtensions/manifest.json/version
+translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/version
+---
+<p>{{AddonSidebar}}</p>
+
+<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>Tak</td>
+ </tr>
+ <tr>
+ <th scope="row">Przykład</th>
+ <td>
+ <pre class="brush: json no-line-numbers">
+"version": "0.1"</pre>
+ </td>
+ </tr>
+ </tbody>
+</table>
+
+<p>Wersja rozszerzenia, sformatowana jako liczby i znaki ASCII oddzielone kropkami. Szczegółowe informacje na temat formatu wersji znajdują się na stronie <a href="https://developer.mozilla.org/en-US/docs/Toolkit_version_format">Format Wersji</a>.</p>
+
+<p>Pamiętaj, że <a href="https://developer.chrome.com/extensions/manifest/version">składnia zdefiniowana dla <code>version</code> w Chromie</a> jest bardziej restrykcyjna niż ta używana w  przeglądarce Firefox:</p>
+
+<ul>
+ <li>wartości <code>version</code> ważne w Chrome zawsze będą ważne w Firefox</li>
+ <li>wartości <code>version</code> ważne w Firefox mogą nie być ważne w Chrome</li>
+</ul>
+
+<h2 id="Przykład">Przykład</h2>
+
+<pre class="brush: json no-line-numbers">"version": "0.1"</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.version")}}</p>