firefox-extensions: Difference between revisions
(added link to operator phone tests) |
m (Replace <entry-title> with {{DISPLAYTITLE:}}) |
||
(31 intermediate revisions by 14 users not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:Firefox Extensions}} | |||
A list of extensions for the [http://www.mozilla.com/ FireFox web browser], which detect or extract microformats. | A list of extensions for the [http://www.mozilla.com/ FireFox web browser], which detect or extract microformats. | ||
Line 7: | Line 6: | ||
==Current== | ==Current== | ||
Alphabetically listed, except Operator is listed at the top due to its significance. | |||
===Operator=== | ===Operator=== | ||
{{main|Operator}} | |||
*[https://addons.mozilla.org/en-US/firefox/addon/operator/ Operator] is a ''must install'' Firefox plugin as it reveals and provides easy access to the [[hCard|hCards]], [[hCalendar]] events etc. that are all over numerous websites. | |||
[ | ===BlueOrganiser=== | ||
* [http://www.adaptiveblue.com/ BlueOrganiser] BlueOrganizer Indigo Edition, released in Feb 2008 features support for hCard, hCal, adr, rel and locality. hReview is not supported yet. The support is implemented via contextual tips and menus, helping the users to lookup maps, movies, restaurants, people's profiles and more. [http://www.adaptiveblue.com/releases.html BlueOrganizer Features Page] contains description and interactive examples. | |||
===Giftag=== | |||
* [http://www.giftag.com/ Giftag] is a social shopping universal wish list and gift registry. An add-on is available that supports hProduct. | |||
=== Google Maps for Microformats === | |||
*[ | * [https://addons.mozilla.org/en-US/firefox/addon/153353/ Google Maps for Microformats] adds a 'Find on Google Maps' context menu item to a page's context menu when you right click on an [[adr]] or [[geo]] microformat (even inside an [[hCard]]). | ||
===Tails=== | ===Tails=== | ||
Line 24: | Line 26: | ||
===Tails Export=== | ===Tails Export=== | ||
*[https://addons.mozilla.org/firefox/ | *[https://addons.mozilla.org/en-US/firefox/addon/tails-export/ Tails Export] | ||
===Web Cards=== | ===Web Cards=== | ||
*[http://www.whymicroformats.com/webcards/index.html Web Cards] | *[http://www.whymicroformats.com/webcards/index.html Web Cards] | ||
==Generic== | |||
While these extensions include no microformat-specific tools, the can be of use to microformat publishers (or advanced users). | |||
=== Glossary of Terms === | |||
Gez Lemon's [http://juicystudio.com/article/glossary-terms-extension.php Glossary of Terms] displays values from <code>ABBR</code> (and <code>ACRONYM</code>) elements, by listing them at the foot of the page. This extension does not work with Firefox 3, as it does not provide secure updates. | |||
===Web Developer=== | ===Web Developer=== | ||
The [http://chrispederick.com/work/webdeveloper/ Web Developer extension] has several features which greatly aid microformat publishers, not least the ability to display <code>class</code>, <code>ID</code>, <code>object</code> and <code>abbr</code> values in-line. | |||
=== XqUSEme === | |||
Performs W3C-standard XQuery in Firefox. XQuery at its simplest is XPath, but allows more powerful reshaping of XML (cycling through, sorting, joining sources, etc.)--essentially SQL for XML (though also with some scripting power built in as well). [https://addons.mozilla.org/en-US/firefox/addon/5515 XqUSEme] uses Firefox's own parsing (and a few tricks) to clean up poorly-formed HTML in addition to XML. | |||
The newest version supports Greasemonkey-like application of XQueries to specific sites, enabling potential sharing and reuse. | |||
See also [[parsing-microformats#XQuery_example|an example of using XQuery]]. | |||
==XSL Results== | |||
[https://addons.mozilla.org/en-US/firefox/addon/5023 XSL Results] allows one to apply XSLT stylesheets to a currently loaded webpage (which can be edited) or to a loaded file. Firefox's own parsing (and a few tricks) to clean up poorly-formed HTML in addition to XML. | |||
The newest version supports Greasemonkey-like application of XSLT stylesheets to specific sites, enabling potential sharing and reuse. | |||
See also [[parsing-microformats#XSLT_example|an example of using XSLT]]. | |||
==Forthcoming== | ==Forthcoming== | ||
===LinkAlert=== | ===LinkAlert=== | ||
Line 59: | Line 78: | ||
*[[operator-phone-tests]] - a page listing tests of Operator's "Send to Bluetooth device" options with results | *[[operator-phone-tests]] - a page listing tests of Operator's "Send to Bluetooth device" options with results | ||
*[https://addons.mozilla.org/search.php?app=firefox&q=RSS RSS extensions] - for viewing hAtom feeds via third-party converters | *[https://addons.mozilla.org/search.php?app=firefox&q=RSS RSS extensions] - for viewing hAtom feeds via third-party converters | ||
*[[chrome-extensions|Chrome Extensions]] |
Latest revision as of 16:22, 18 July 2020
A list of extensions for the FireFox web browser, which detect or extract microformats.
See user-interface for ways in which extensions could or do handle microformats.
Current
Alphabetically listed, except Operator is listed at the top due to its significance.
Operator
- Operator is a must install Firefox plugin as it reveals and provides easy access to the hCards, hCalendar events etc. that are all over numerous websites.
BlueOrganiser
- BlueOrganiser BlueOrganizer Indigo Edition, released in Feb 2008 features support for hCard, hCal, adr, rel and locality. hReview is not supported yet. The support is implemented via contextual tips and menus, helping the users to lookup maps, movies, restaurants, people's profiles and more. BlueOrganizer Features Page contains description and interactive examples.
Giftag
- Giftag is a social shopping universal wish list and gift registry. An add-on is available that supports hProduct.
Google Maps for Microformats
- Google Maps for Microformats adds a 'Find on Google Maps' context menu item to a page's context menu when you right click on an adr or geo microformat (even inside an hCard).
Tails
Tails Export
Web Cards
Generic
While these extensions include no microformat-specific tools, the can be of use to microformat publishers (or advanced users).
Glossary of Terms
Gez Lemon's Glossary of Terms displays values from ABBR
(and ACRONYM
) elements, by listing them at the foot of the page. This extension does not work with Firefox 3, as it does not provide secure updates.
Web Developer
The Web Developer extension has several features which greatly aid microformat publishers, not least the ability to display class
, ID
, object
and abbr
values in-line.
XqUSEme
Performs W3C-standard XQuery in Firefox. XQuery at its simplest is XPath, but allows more powerful reshaping of XML (cycling through, sorting, joining sources, etc.)--essentially SQL for XML (though also with some scripting power built in as well). XqUSEme uses Firefox's own parsing (and a few tricks) to clean up poorly-formed HTML in addition to XML.
The newest version supports Greasemonkey-like application of XQueries to specific sites, enabling potential sharing and reuse.
See also an example of using XQuery.
XSL Results
XSL Results allows one to apply XSLT stylesheets to a currently loaded webpage (which can be edited) or to a loaded file. Firefox's own parsing (and a few tricks) to clean up poorly-formed HTML in addition to XML.
The newest version supports Greasemonkey-like application of XSLT stylesheets to specific sites, enabling potential sharing and reuse.
See also an example of using XSLT.
Forthcoming
LinkAlert
- LinkAlert
- Will consider adding rel in a future update.
ReminderFox
- ReminderFox
- Have hCalendar support on the ReminderFox "to do" list.
Firefox developments
Mozilla are "brainstorming" developments for Firefox 3.0 and beyond, and have a page on microformat handling. See also Firefox 3 Requirements.
- Version 9.0+ supports Firefox extensions, e.g.
See also
- bookmarklets
- greasemonkey - a powerful tool for customizing Firefox.
- operator-phone-tests - a page listing tests of Operator's "Send to Bluetooth device" options with results
- RSS extensions - for viewing hAtom feeds via third-party converters
- Chrome Extensions