diff options
Diffstat (limited to 'files/ru/mozilla/add-ons/webextensions/manifest.json/description/index.html')
| -rw-r--r-- | files/ru/mozilla/add-ons/webextensions/manifest.json/description/index.html | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/files/ru/mozilla/add-ons/webextensions/manifest.json/description/index.html b/files/ru/mozilla/add-ons/webextensions/manifest.json/description/index.html new file mode 100644 index 0000000000..46c7310329 --- /dev/null +++ b/files/ru/mozilla/add-ons/webextensions/manifest.json/description/index.html @@ -0,0 +1,44 @@ +--- +title: description +slug: Mozilla/Add-ons/WebExtensions/manifest.json/description +tags: + - Reference + - WebExtensions + - 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%;">Тип</th> + <td><code>String</code></td> + </tr> + <tr> + <th scope="row">Обязательный</th> + <td>Нет</td> + </tr> + <tr> + <th scope="row">Пример</th> + <td> + <pre class="brush: json no-line-numbers"> +"description": "Заменяет картинки на картинки с котиками."</pre> + </td> + </tr> + </tbody> +</table> + +<p>Краткое описание дополнения, предназначенное для показа в интерфейсе браузера.</p> + +<p>Это <a href="/ru/Add-ons/WebExtensions/Internationalization#Internationalizing_manifest.json">локализуемое свойство</a>.</p> + +<h2 id="Пример">Пример</h2> + +<pre class="brush: json no-line-numbers">"description": "Заменяет картинки на картинки с котиками."</pre> + +<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</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.description")}}</p> |
