| Version 8 (modified by mploessl, 18 years ago) (diff) |
|---|
DragonTalk userobservation for Firefox
Download the extension
click the link to download the xpi file
Firefox 1.0.x
dragentalk_userobs_firefox.xpi
Firefox 1.5
dragentalk_userobs_firefox-M1.5.xpi
The following part describes the actions, methods and there parameters.
Bookmark Events
BOOKMARK = "urn:mozilla:bookmarks:"
Mathod: eventAddBookmark
Parameters:
| Key | Value |
| bmURI | BOOKMARK + URI |
| bmLocation | the URL of the bookmark |
| bmName | the name of the bookmark |
| bmFolder | the name folder in which the bookmark was created |
Mathod: eventRemoveBookmark
Parameters:
| Key | Value |
| BMname | the name of the bookmark |
| BMlocation | the URL of the bookmark |
| BMURI | BOOKMARK + URI |
Browser Events
Mathod: eventBrowserNavigateHome
Parameters:
| Key | Value |
| currentURI | the URL of the current page (the page displayed before this methoed was called) |
Mathod: eventEndDocumentLoad
Parameters:
| Key | Value |
| currentURI | the URL of the page which is now completely loaded |
Mathod: eventBrowserNavigateToURL
Parameters:
| Key | Value |
| currentURI | the currently displayed URL |
| toURI | the URL of the page to which the user is navigating now |
Mathod: eventBrowserNavigateClickURL
Parameters:
| Key | Value |
| currentURI | URL of the current page |
| textContent | the text of the link on the current page |
| link | the URL of the link, which was choosen by the user |
Mathod: eventOverLink
Parameters:
| Key | Value |
| currentURI | the URL of the current page |
| textContent | the text of the link |
| link | the URL of the link, which raised the mouseOverEvent |
Mathod: eventBrowserNavigateToBookmark
Parameters:
| Key | Value |
| currentURI | the URL of the current page |
| bookmarkURI | the URI of he bookmark |
