aboutsummaryrefslogtreecommitdiff
path: root/files/fr/mozilla/add-ons/webextensions/api/devtools/panels/themename
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:36:08 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:36:08 +0100
commit39f2114f9797eb51994966c6bb8ff1814c9a4da8 (patch)
tree66dbd9c921f56e440f8816ed29ac23682a1ac4ef /files/fr/mozilla/add-ons/webextensions/api/devtools/panels/themename
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.tar.gz
translated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.tar.bz2
translated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.zip
unslug fr: move
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/api/devtools/panels/themename')
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/devtools/panels/themename/index.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/api/devtools/panels/themename/index.html b/files/fr/mozilla/add-ons/webextensions/api/devtools/panels/themename/index.html
new file mode 100644
index 0000000000..abddedc962
--- /dev/null
+++ b/files/fr/mozilla/add-ons/webextensions/api/devtools/panels/themename/index.html
@@ -0,0 +1,39 @@
+---
+title: devtools.panels.themeName
+slug: Mozilla/Add-ons/WebExtensions/API/devtools.panels/themeName
+tags:
+ - API
+ - Add-ons
+ - DevTools
+ - Reference
+ - WebExtensions
+ - devtools.panels
+ - themeName
+translation_of: Mozilla/Add-ons/WebExtensions/API/devtools.panels/themeName
+---
+<div>{{AddonSidebar()}}</div>
+
+<p>Le nom du thème de <strong>devtools</strong> actuellement sélectionné.</p>
+
+<p>Il s'agit d'une chaîne dont les valeurs possibles sont :</p>
+
+<ul>
+ <li>"lumière"</li>
+ <li>"foncé"</li>
+ <li>"firebug"</li>
+</ul>
+
+<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</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.api.devtools.panels.themeName")}}</p>
+
+<p>{{WebExtExamples}}</p>
+
+<div class="note"><strong>Remerciements</strong>
+
+<p>Cette API est basée sur l'API Chromium <a href="https://developer.chrome.com/extensions/devtools_panels"><code>chrome.devtools.panels</code></a>.</p>
+
+<p>Les données de compatibilité relatives à Microsoft Edge sont fournies par Microsoft Corporation et incluses ici sous la licence Creative Commons Attribution 3.0 pour les États-Unis.</p>
+</div>