Jetpack/Modules

< Jetpack
Revision as of 20:57, 23 September 2011 by Erikvold (talk | contribs) (→‎Miscellaneous: adding short description for l10n package)

This page lists some community-developed libraries not included in the SDK. Feel free to link to yours!

Browser UI

Web APIs

Browser Internals

  • Awesomebar Search - query the datasource that powers the Firefox awesomebar, by Dietrich (@dietrich)
  • Browser Commands - search for and execute browser commands (eg: reload, zoom, bookmark page, open URL), by Dietrich (@dietrich)
  • Custom protocol handler by Atul, or another implementation by Irakli (@gozala)
  • Sync for Panorama - show synchronized devices as dedicated groups in Panorama (by @ttaubert)
  • UserStyles by Erik Vold (@erikvold), allows one to add CSS to any page, including chrome URIs with user styles (used by Stylish) that they can include with their addon or package.

Async JavaScript APIs

Storage/persistence

Miscellaneous

Wanted

  • DirectoryWatcher: polls a directory, notifies listeners of events like file added, deleted, changed, etc.
  • IndexDB interface: provides a discrete module for sotring and accessing data in IndexDB, with tests!