https://github.com/multani/jetpack-html-navigation
HTML navigation toolbar for Firefox
https://github.com/multani/jetpack-html-navigation
oldies webfaction-time
Last synced: 11 months ago
JSON representation
HTML navigation toolbar for Firefox
- Host: GitHub
- URL: https://github.com/multani/jetpack-html-navigation
- Owner: multani
- Created: 2011-01-25T13:30:17.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2025-06-19T05:55:51.000Z (12 months ago)
- Last Synced: 2025-06-25T05:03:09.882Z (11 months ago)
- Topics: oldies, webfaction-time
- Language: JavaScript
- Homepage:
- Size: 147 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTML Navigation toolbar for Firefox
## What is it?
This is a Firefox extension which provides a small toolbar to navigate throught
a website, on websites that provide the right "link types", as described in the
[link types
section](http://www.w3.org/TR/1999/REC-html401-19991224/types.html#type-links)
of the HTML 4 specifications.
This is useful if you are browsing documentation, such as those produced by the
[Sphinx](http://sphinx.pocoo.org/) documentation project or on the [W3C
documentation pages](http://www.w3.org/TR/html/>) itself, for example.
### How to install?
[Install HTML navigation
toolbar](https://multani.info/projects/jetpack-html-navigation/releases/html-navigation-toolbar@multani.info-0.3.0.xpi)
(you may need to authorize your web browser to install from this website). Note
that you will need *Firefox 38.0 or more* for this extension to work.
## I don't understand, what does it do exactly?
Basically, if the webpage provides the necessary information,
you will have a small frame on the top left of your page, which
allows to navigate through the website.
### Examples


If the toolbar bothers you for a particular page, you can click
the `X` button to close it.
## My websites already have this kind of navigation links, isn't this extension useless?
On some websites, like those generated by [Sphinx](http://sphinx.pocoo.org/),
you may already find this kind of navigation link, directly embedded into the
webpage.
However, they are usually not as accessible as this toolbar, which always stays
at the top of your document and always at the same position.
## Technical details
HTML navigation toolbar is developed using the [Addon SDK](https://addons.mozilla.org/en-US/developers/) (formerly Jetpack).
You can access the source code in the [Git repository](https://github.com/multani/jetpack-html-navigation/).
If you want to contact the author, just send an email at
[jon+html-navigation@multani.info](jon+html-navigation@multani.info).