Skip to content

InternalError503/reload-pinned-tabs

Repository files navigation

Reload Pinned Tabs

Download this addon from [addons.mozilla.org] (https://addons.mozilla.org/en-US/firefox/addon/reload-all-pinned-tabs/)

Source Code Repository For Reload Pinned Tabs

Source code released under [MPL 2.0] (https://www.mozilla.org/MPL/2.0/)

What it does:

Adds a customizable button to the browsers toolbar that when activated will trigger all pinned browser tabs to reload. Access key: CTRL|CMD + SHIFT + E

About this Add-on:

  • Allows users to easily reload all pinned tabs.

This addon was created in visual studios code.

To build (Platform):

  • Windows: CTRL + SHIFT + B
  • Linux: CTRL + SHIFT + B

Task Runner (Visual Studio Code):

  • Windows: CTRL + SHIFT + P
  • Linux: CTRL + SHIFT + P
Task Command Result
Build task build Builds addon *.xpi
Test task test Runs tests printing to task console.
Run task run Spawns firefox with new profile instance.
Sign task sign Builds then signs the addon using AMO signing api.