DragonTalkFx
Introduction
DragonTalkFx is a Firefox extension for the user observation hub.
The idea is basically the same as the old Firefox_userobs user observation extension but because of the massive changes in Firefox since then, this is a complete rewrite from scratch.
One of the major changes from the old extension to this one is the switch from XML-RPC to JSON-RPC. This will make the extension faster and more lightweight.
Events sent by DragonTalkFx
This is a work in progress!
Bookmarks
Event: onBookmarkAdded
Key | Value |
uri | |
title | |
tag |
Event: onBookmarkRemoved
Key | Value |
uri |
Event: onBookmarkChanged
Key | Value |
property | The property that changed. Can be "uri", "title" or "tags". |
newValue | The new value of the changed property. |
History
Event: onClearHistory
No Parameters.
Event: onURIDeteled
Key | Value |
uri |
Event: onURIVisited
Key | Value |
uri | |
referrer | |
isBookmarked | Can be true or false |
transitionType | Can be one of https://developer.mozilla.org/en/nsINavHistoryService#Constants |
Last modified 14 years ago
Last modified on 06/25/10 21:51:54