Skip to content

Commit

Permalink
WebExtensions - fix up all the tags
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Mar 6, 2023
1 parent b64aab2 commit c1da514
Show file tree
Hide file tree
Showing 701 changed files with 694 additions and 6,132 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
title: Add a button to the toolbar
slug: Mozilla/Add-ons/WebExtensions/Add_a_button_to_the_toolbar
page-type: guide
tags:
- WebExtensions
---

{{AddonSidebar}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
title: Anatomy of an extension
slug: Mozilla/Add-ons/WebExtensions/Anatomy_of_a_WebExtension
page-type: guide
tags:
- WebExtensions
---

{{AddonSidebar}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@
title: action.ColorArray
slug: Mozilla/Add-ons/WebExtensions/API/action/ColorArray
page-type: webextension-api-type
tags:
- API
- Add-ons
- ColorArray
- Extensions
- Non-standard
- Reference
- Type
- WebExtensions
- action
status:
- non-standard
browser-compat: webextensions.api.action.ColorArray
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@
title: action.disable()
slug: Mozilla/Add-ons/WebExtensions/API/action/disable
page-type: webextension-api-function
tags:
- API
- Add-ons
- Extensions
- Method
- Non-standard
- Reference
- WebExtensions
- action
- disable
status:
- non-standard
browser-compat: webextensions.api.action.disable
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@
title: action.enable()
slug: Mozilla/Add-ons/WebExtensions/API/action/enable
page-type: webextension-api-function
tags:
- API
- Add-ons
- Enable
- Extensions
- Method
- Non-standard
- Reference
- WebExtensions
- action
status:
- non-standard
browser-compat: webextensions.api.action.enable
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@
title: action.getBadgeBackgroundColor()
slug: Mozilla/Add-ons/WebExtensions/API/action/getBadgeBackgroundColor
page-type: webextension-api-function
tags:
- API
- Add-ons
- Extensions
- Method
- Non-standard
- Reference
- WebExtensions
- action
- getBadgeBackgroundColor
status:
- non-standard
browser-compat: webextensions.api.action.getBadgeBackgroundColor
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@
title: action.getBadgeText()
slug: Mozilla/Add-ons/WebExtensions/API/action/getBadgeText
page-type: webextension-api-function
tags:
- API
- Add-ons
- Extensions
- Method
- Non-standard
- Reference
- WebExtensions
- action
- getBadgeText
status:
- non-standard
browser-compat: webextensions.api.action.getBadgeText
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
title: action.getBadgeTextColor()
slug: Mozilla/Add-ons/WebExtensions/API/action/getBadgeTextColor
page-type: webextension-api-function
tags:
- API
- Add-ons
- Extensions
- Method
- Reference
- WebExtensions
- action
- getBadgeTextColor
browser-compat: webextensions.api.action.getBadgeTextColor
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@
title: action.getPopup()
slug: Mozilla/Add-ons/WebExtensions/API/action/getPopup
page-type: webextension-api-function
tags:
- API
- Add-ons
- Extensions
- Method
- Non-standard
- Reference
- WebExtensions
- action
- getPopup
status:
- non-standard
browser-compat: webextensions.api.action.getPopup
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@
title: action.getTitle()
slug: Mozilla/Add-ons/WebExtensions/API/action/getTitle
page-type: webextension-api-function
tags:
- API
- Add-ons
- Extensions
- Method
- Non-standard
- Reference
- WebExtensions
- action
- getTitle
status:
- non-standard
browser-compat: webextensions.api.action.getTitle
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@
title: action.ImageDataType
slug: Mozilla/Add-ons/WebExtensions/API/action/ImageDataType
page-type: webextension-api-type
tags:
- API
- Add-ons
- Extensions
- ImageDataType
- Non-standard
- Reference
- Type
- WebExtensions
- action
status:
- non-standard
browser-compat: webextensions.api.action.ImageDataType
---

Expand Down
11 changes: 2 additions & 9 deletions files/en-us/mozilla/add-ons/webextensions/api/action/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,8 @@
title: action
slug: Mozilla/Add-ons/WebExtensions/API/action
page-type: webextension-api
tags:
- API
- Add-ons
- Extensions
- Interface
- Non-standard
- Reference
- WebExtensions
- action
status:
- non-standard
browser-compat: webextensions.api.action
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
title: action.isEnabled()
slug: Mozilla/Add-ons/WebExtensions/API/action/isEnabled
page-type: webextension-api-function
tags:
- API
- Add-ons
- Extensions
- Method
- Reference
- WebExtensions
- action
- isEnabled
browser-compat: webextensions.api.action.isEnabled
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@
title: action.onClicked
slug: Mozilla/Add-ons/WebExtensions/API/action/onClicked
page-type: webextension-api-event
tags:
- API
- Add-ons
- Event
- Extensions
- Non-standard
- Reference
- WebExtensions
- action
- onClicked
status:
- non-standard
browser-compat: webextensions.api.action.onClicked
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@
title: action.openPopup()
slug: Mozilla/Add-ons/WebExtensions/API/action/openPopup
page-type: webextension-api-function
tags:
- API
- Add-ons
- Extensions
- Method
- Non-standard
- Reference
- WebExtensions
- action
- openPopup
status:
- non-standard
browser-compat: webextensions.api.action.openPopup
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@
title: action.setBadgeBackgroundColor()
slug: Mozilla/Add-ons/WebExtensions/API/action/setBadgeBackgroundColor
page-type: webextension-api-function
tags:
- API
- Add-ons
- Extensions
- Method
- Non-standard
- Reference
- WebExtensions
- action
- setBadgeBackgroundColor
status:
- non-standard
browser-compat: webextensions.api.action.setBadgeBackgroundColor
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@
title: action.setBadgeText()
slug: Mozilla/Add-ons/WebExtensions/API/action/setBadgeText
page-type: webextension-api-function
tags:
- API
- Add-ons
- Extensions
- Method
- Non-standard
- Reference
- WebExtensions
- action
- setBadgeText
status:
- non-standard
browser-compat: webextensions.api.action.setBadgeText
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
title: action.setBadgeTextColor()
slug: Mozilla/Add-ons/WebExtensions/API/action/setBadgeTextColor
page-type: webextension-api-function
tags:
- API
- Add-ons
- Extensions
- Method
- Reference
- WebExtensions
- action
- setBadgeTextColor
browser-compat: webextensions.api.action.setBadgeTextColor
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@
title: action.setIcon()
slug: Mozilla/Add-ons/WebExtensions/API/action/setIcon
page-type: webextension-api-function
tags:
- API
- Add-ons
- Extensions
- Method
- Non-standard
- Reference
- WebExtensions
- action
- setIcon
status:
- non-standard
browser-compat: webextensions.api.action.setIcon
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@
title: action.setPopup()
slug: Mozilla/Add-ons/WebExtensions/API/action/setPopup
page-type: webextension-api-function
tags:
- API
- Add-ons
- Extensions
- Method
- Non-standard
- Reference
- WebExtensions
- action
- setPopup
status:
- non-standard
browser-compat: webextensions.api.action.setPopup
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
title: action.setTitle()
slug: Mozilla/Add-ons/WebExtensions/API/action/setTitle
page-type: webextension-api-function
tags:
- API
- Add-ons
- Extensions
- Method
- Reference
- WebExtensions
- action
- setTitle
browser-compat: webextensions.api.action.setTitle
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@
title: alarms.Alarm
slug: Mozilla/Add-ons/WebExtensions/API/alarms/Alarm
page-type: webextension-api-type
tags:
- API
- Add-ons
- Extensions
- Non-standard
- Reference
- Type
- WebExtensions
- alarm
- alarms
status:
- non-standard
browser-compat: webextensions.api.alarms.Alarm
---

Expand Down
Loading

0 comments on commit c1da514

Please sign in to comment.