repo_id
stringlengths
22
103
file_path
stringlengths
41
147
content
stringlengths
181
193k
__index_level_0__
int64
0
0
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/manifest.json
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/manifest.json/browser_specific_settings/index.md
--- title: browser_specific_settings slug: Mozilla/Add-ons/WebExtensions/manifest.json/browser_specific_settings page-type: webextension-manifest-key browser-compat: webextensions.manifest.browser_specific_settings --- {{AddonSidebar}} <table class="fullwidth-table standard-table"> <tbody> <tr> <th scope=...
0
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/manifest.json
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/manifest.json/chrome_settings_overrides/index.md
--- title: chrome_settings_overrides slug: Mozilla/Add-ons/WebExtensions/manifest.json/chrome_settings_overrides page-type: webextension-manifest-key browser-compat: webextensions.manifest.chrome_settings_overrides --- {{AddonSidebar}} <table class="fullwidth-table standard-table"> <tbody> <tr> <th scope=...
0
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/manifest.json
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/manifest.json/default_locale/index.md
--- title: default_locale slug: Mozilla/Add-ons/WebExtensions/manifest.json/default_locale page-type: webextension-manifest-key browser-compat: webextensions.manifest.default_locale --- {{AddonSidebar}} <table class="fullwidth-table standard-table"> <tbody> <tr> <th scope="row">Type</th> <td><code>S...
0
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/manifest.json
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/manifest.json/options_page/index.md
--- title: options_page slug: Mozilla/Add-ons/WebExtensions/manifest.json/options_page page-type: webextension-manifest-key status: - deprecated browser-compat: webextensions.manifest.options_page --- {{AddonSidebar}} <table class="fullwidth-table standard-table"> <tbody> <tr> <th scope="row">Type</th> ...
0
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/manifest.json
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/manifest.json/devtools_page/index.md
--- title: devtools_page slug: Mozilla/Add-ons/WebExtensions/manifest.json/devtools_page page-type: webextension-manifest-key browser-compat: webextensions.manifest.devtools_page --- {{AddonSidebar}} <table class="fullwidth-table standard-table"> <tbody> <tr> <th scope="row">Type</th> <td><code>Stri...
0
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/manifest.json
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/manifest.json/content_scripts/index.md
--- title: content_scripts slug: Mozilla/Add-ons/WebExtensions/manifest.json/content_scripts page-type: webextension-manifest-key browser-compat: webextensions.manifest.content_scripts --- {{AddonSidebar}} <table class="fullwidth-table standard-table"> <tbody> <tr> <th scope="row">Type</th> <td><cod...
0
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/manifest.json
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/manifest.json/offline_enabled/index.md
--- title: offline_enabled slug: Mozilla/Add-ons/WebExtensions/manifest.json/offline_enabled page-type: webextension-manifest-key status: - deprecated browser-compat: webextensions.manifest.offline_enabled --- {{AddonSidebar}} <table class="fullwidth-table standard-table"> <tbody> <tr> <th scope="row">T...
0
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/manifest.json
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/manifest.json/browser_action/index.md
--- title: browser_action slug: Mozilla/Add-ons/WebExtensions/manifest.json/browser_action page-type: webextension-manifest-key browser-compat: webextensions.manifest.browser_action --- {{AddonSidebar}} <table class="fullwidth-table standard-table"> <tbody> <tr> <th scope="row">Type</th> <td><code>O...
0
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/manifest.json
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/manifest.json/homepage_url/index.md
--- title: homepage_url slug: Mozilla/Add-ons/WebExtensions/manifest.json/homepage_url page-type: webextension-manifest-key browser-compat: webextensions.manifest.homepage_url --- {{AddonSidebar}} <table class="fullwidth-table standard-table"> <tbody> <tr> <th scope="row">Type</th> <td><code>String<...
0
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/manifest.json
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/manifest.json/version/index.md
--- title: version slug: Mozilla/Add-ons/WebExtensions/manifest.json/version page-type: webextension-manifest-key browser-compat: webextensions.manifest.version --- {{AddonSidebar}} <table class="fullwidth-table standard-table"> <tbody> <tr> <th scope="row">Type</th> <td><code>String</code></td> ...
0
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/manifest.json/version
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/manifest.json/version/format/index.md
--- title: Legacy Version Formats slug: Mozilla/Add-ons/WebExtensions/manifest.json/version/format page-type: guide --- {{AddonSidebar}} This page describes legacy web extension version string formats. See the manifest [version key](/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/version) documentation for in...
0
data/mdn-content/files/en-us/mozilla/add-ons/webextensions
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/add_a_button_to_the_toolbar/index.md
--- title: Add a button to the toolbar slug: Mozilla/Add-ons/WebExtensions/Add_a_button_to_the_toolbar page-type: guide --- {{AddonSidebar}} Toolbar buttons are one of the main UI components available to extensions. Toolbar buttons live in the main browser toolbar and contain an icon. When the user clicks the icon, o...
0
data/mdn-content/files/en-us/mozilla/add-ons/webextensions
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/browser_compatibility_for_manifest.json/index.md
--- title: Browser compatibility for manifest.json slug: Mozilla/Add-ons/WebExtensions/Browser_compatibility_for_manifest.json page-type: guide browser-compat: webextensions.manifest --- {{AddonSidebar}}{{Compat}} ## See also - [Browser support for JavaScript APIs](/en-US/docs/Mozilla/Add-ons/WebExtensions/Browser_s...
0
data/mdn-content/files/en-us/mozilla/add-ons/webextensions
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/browser_support_for_javascript_apis/index.md
--- title: Browser support for JavaScript APIs slug: Mozilla/Add-ons/WebExtensions/Browser_support_for_JavaScript_APIs page-type: guide --- {{AddonSidebar}} {{WebExtAllCompatTables}} > **Note:** Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Att...
0
data/mdn-content/files/en-us/mozilla/add-ons/webextensions
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/implement_a_settings_page/index.md
--- title: Implement a settings page slug: Mozilla/Add-ons/WebExtensions/Implement_a_settings_page page-type: guide --- {{AddonSidebar}} A settings page gives users a way to see and change settings (sometimes also called "preferences" or "options") for the extension. With WebExtension APIs, settings are generally st...
0
data/mdn-content/files/en-us/mozilla/add-ons/webextensions
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/content_scripts/index.md
--- title: Content scripts slug: Mozilla/Add-ons/WebExtensions/Content_scripts page-type: guide --- {{AddonSidebar}} A content script is a part of your extension that runs in the context of a particular web page (as opposed to background scripts which are part of the extension, or scripts which are part of the websit...
0
data/mdn-content/files/en-us/mozilla/add-ons/webextensions
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/internationalization/index.md
--- title: Internationalization slug: Mozilla/Add-ons/WebExtensions/Internationalization page-type: guide --- {{AddonSidebar}} The [WebExtensions](/en-US/docs/Mozilla/Add-ons/WebExtensions) API has a rather handy module available for internationalizing extensions — [i18n](/en-US/docs/Mozilla/Add-ons/WebExtensions/API...
0
data/mdn-content/files/en-us/mozilla/add-ons/webextensions
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/work_with_the_bookmarks_api/index.md
--- title: Work with the Bookmarks API slug: Mozilla/Add-ons/WebExtensions/Work_with_the_Bookmarks_API page-type: guide --- {{AddonSidebar}} Bookmarks enable users to collect and organize lists of web pages, so they can easily get back to their favorites. Using the Bookmarks API, your extensions can manipulate bookma...
0
data/mdn-content/files/en-us/mozilla/add-ons/webextensions
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/build_a_cross_browser_extension/index.md
--- title: Build a cross-browser extension slug: Mozilla/Add-ons/WebExtensions/Build_a_cross_browser_extension page-type: guide --- {{AddonSidebar}} The introduction of the browser extensions API created a uniform landscape for the development of browser extensions. However, there are differences in the API implement...
0
data/mdn-content/files/en-us/mozilla/add-ons/webextensions
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/background_scripts/index.md
--- title: Background scripts slug: Mozilla/Add-ons/WebExtensions/Background_scripts page-type: guide --- {{AddonSidebar}} Background scripts or a background page enable you to monitor and react to events in the browser, such as navigating to a new page, removing a bookmark, or closing a tab. Background scripts or a...
0
data/mdn-content/files/en-us/mozilla/add-ons/webextensions
data/mdn-content/files/en-us/mozilla/add-ons/webextensions/user_actions/index.md
--- title: User actions slug: Mozilla/Add-ons/WebExtensions/User_actions page-type: guide --- {{AddonSidebar}} Some WebExtension APIs perform functions that are generally performed as a result of a user action. For example: - a browser action with a popup will display the popup when the user clicks it, but there's a...
0
data/mdn-content/files
data/mdn-content/files/jsondata/GroupData.json
[ { "Audio Output Devices API": { "overview": ["Audio Output Devices API"], "methods": [ "MediaDevices.selectAudioOutput", "HTMLMediaElement.setSinkId" ], "properties": ["HTMLMediaElement.sinkId"], "events": [] }, "Background Fetch API": { "overview": ["...
0
data/mdn-content/files
data/mdn-content/files/jsondata/L10n-JavaScript.json
{ "stdlib": { "en-US": "Standard built-in objects", "es": "Objetos globales", "fr": "Objets standards", "ja": "標準組み込みオブジェクト", "ko": "표준 내장 객체", "pt-BR": "Objetos Globais", "ru": "Стандартные встроенные объекты", "zh-CN": "标准内置对象", "zh-TW": "標準內建物件" } }
0
data/mdn-content/files
data/mdn-content/files/jsondata/InterfaceData.json
[ { "AbortController": { "inh": "", "impl": [] }, "AbortSignal": { "inh": "EventTarget", "impl": [] }, "AbsoluteOrientationSensor": { "inh": "OrientationSensor", "impl": [] }, "AbstractRange": { "inh": "", "impl": [] }, "Accelerometer...
0
data/mdn-content/files
data/mdn-content/files/jsondata/SVGData.json
{ "elements": { "a": { "categories": ["containerElement"], "content": { "description": "anyNumberOfElementsAnyOrder", "elements": [ "animationElements", "descriptiveElements", "shapeElements", "structuralElements", "gradientElements", ...
0
data/mdn-content/files
data/mdn-content/files/jsondata/L10n-Common.json
{ "Constructor": { "en-US": "Constructor", "es": "Constructor", "fr": "Constructeur", "ja": "コンストラクター", "ko": "생성자", "pt-BR": "Construtor", "ru": "Конструктор", "zh-CN": "构造函数", "zh-TW": "建構子" }, "Event_handlers": { "en-US": "Event handlers", "es": "Manejador de eventos...
0
data/mdn-content/files
data/mdn-content/files/jsondata/L10n-SVG.json
{ "animationAdditionAttributes": { "en-US": "Animation addition attributes", "es": "Atributos de adición de animación", "fr": "Attributs d'ajout d'animation", "ja": "アニメーション追加属性", "ko": "애니메이션 추가 속성", "pt-BR": "Atributos de animação adicionais", "ru": "Атрибуты добавления анимации", "z...
0
data/mdn-content/files
data/mdn-content/files/jsondata/L10n-CSS.json
{ "css_ref_title": { "en-US": "CSS Reference", "es": "Referencia CSS", "fr": "Référence CSS", "ja": "CSS リファレンス", "ko": "CSS 참조", "pt-BR": "Referência CSS", "ru": "Справочник по CSS", "zh-CN": "CSS 参考", "zh-TW": "CSS 參考" }, "at_rules": { "en-US": "At-Rules", "es": "Regl...
0
data/mdn-content/files
data/mdn-content/files/jsondata/SpecData.json
{ "Accelerometer": { "name": "Accelerometer", "url": "https://www.w3.org/TR/accelerometer/", "status": "CR" }, "Alarm API": { "name": "Web Alarms API", "url": "https://www.w3.org/2012/sysapps/web-alarms/", "status": "Obsolete" }, "AmbientLight": { "name": "Ambient Light Sensor", ...
0