diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-10-25 01:07:10 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-10-25 01:07:10 -0700 |
commit | fb331af59d78c98f16870dac926f76f43bfb034d (patch) | |
tree | 26f5bfd9d46ed699541a99c5e4d0acd2cdb64923 /README.md | |
parent | 17836aa2b518da5702a3a114cac9d94ee0fd44b8 (diff) | |
download | jp-hash-fb331af59d78c98f16870dac926f76f43bfb034d.tar.gz jp-hash-fb331af59d78c98f16870dac926f76f43bfb034d.tar.bz2 jp-hash-fb331af59d78c98f16870dac926f76f43bfb034d.zip |
README: inform about the FF add-on.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -28,8 +28,18 @@ Additionally: See the reference implementation source files. Code is given in TXR Lisp, C and Javascript for the browser as well as Node.js. -The self-contained <code>jp-hash.html</code> file should load in any browser, -providing a simple UI. +The self-contained [`jp-hash.html`](../tree/jp-hash.html) file should load in +any browser, providing a simple UI. + +There is also a Firefox add-on; look in the [`firefox`](../tree/firefox) +directory. This is not yet available as a bundled, signed extension. It +may be used as a temporary add-on. To install it that way, make a local replica +of that `firefox` directory on the system where your browser is running. Then +open up `about:debugging`, click on "This Firefox" in the left pane, and click +the "Load Temporary Add-On ..." button in the right pane. Select the +`manifest.json` file in the `firefox` directory. You get a toolbar button (and +Alt-J shortcut) which replaces the content of an input field, or its +current selection, with its JP-Hash. The shortcut key for that is Alt-J. ## What are the details of the algorithm? |