Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strong>Edit (2017-06-25)</strong>: As of Firefox 57, classic extensions (including Extension Auto-Installer mentioned below) will stop working. This means that your choices are now:</p> <ul> <li>Go to <code>about:debugging</code> and load your extension as a temporary add-on. This will allow reloading it with a single click, whenever you make changes - either to a package or to an unpacked directory, both are possible.</li> <li>Use the <a href="https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Getting_started_with_web-ext" rel="nofollow noreferrer">web-ext command line tool</a>, it can install your extension as a temporary add-on from the command line. It can also watch extension files for changes and reload automatically.</li> </ul> <hr> <p><em>Original answer for reference, will only work up to Firefox 56.</em></p> <p>Actually, that's why I created <a href="https://addons.mozilla.org/addon/autoinstaller/" rel="nofollow noreferrer">Extension Auto-Installer</a> a while ago. Install the extension in your test browser and add the following to your batch script:</p> <pre><code>wget --post-file=extension.xpi http://localhost:8888/ </code></pre> <p>This will automatically install your extension in the browser and restart it if necessarily. If signing extensions is required, it will offer to install the extension as a temporary add-on, for the current browser session only.</p> <p>As you seem to be using Windows, you will need <a href="http://gnuwin32.sourceforge.net/packages/wget.htm" rel="nofollow noreferrer">Wget for Windows</a> or a similar command line tool.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload