Jetpack/Modules: Difference between revisions
< Jetpack
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
* [http://gitorious.org/addon-sdk/bugzilla-triage-scripts/blobs/master/lib/prompts.js Prompts], by Mcepl. See function promptFileOpenPicker for a file picker prompt. | * [http://gitorious.org/addon-sdk/bugzilla-triage-scripts/blobs/master/lib/prompts.js Prompts], by Mcepl. See function promptFileOpenPicker for a file picker prompt. | ||
* [http://hg.mozilla.org/users/avarma_mozilla.com/atul-packages/file/793c25db8523/packages/misc/lib/simple-feature.js Basic menu item], by Atul | * [http://hg.mozilla.org/users/avarma_mozilla.com/atul-packages/file/793c25db8523/packages/misc/lib/simple-feature.js Basic menu item], by Atul | ||
* [http://bit.ly/fODIfs set the URI to load when a new tab is opened], by Dietrich | |||
Plumbing | Plumbing | ||
Revision as of 02:25, 12 December 2010
Useful modules not in the core set.
UI
- Prompts, by Mcepl. See function promptFileOpenPicker for a file picker prompt.
- Basic menu item, by Atul
- set the URI to load when a new tab is opened, by Dietrich
Plumbing
- Password manager API, by Mcepl
- 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, open), by Dietrich (@dietrich)
Misc
- Custom protocol handler, by Atul
- QR code utilities, by Hernán Colmeiro (@peregrino)
- Module for choosing and loading an external editor, by Dietrich (@dietrich), ported from the Ubiquity add-on
Wanted
- DirectoryWatcher: polls a directory, notifies callbacks on various changes