Version 26 (modified by awagner, 14 years ago) (diff) |
---|
DragonTalk userobservation for Firefox
Download the extension
the most rectent version of this extension is 1.1.201003021430
The extension has been developed for Firefox 1.5 and 2.0, it's currently mostly outdated.
A new version compatible with Firefox 3.6 is available here.
The following part describes the actions, methods and there parameters.
Bookmark Events
BOOKMARK = "urn:mozilla:bookmarks:"
Method: 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 |
Method: eventRemoveBookmark
Parameters:
Key | Value |
BMname | the name of the bookmark |
BMlocation | the URL of the bookmark |
BMURI | BOOKMARK + URI |
Browser Events
Method: eventBrowserNavigateHome
Parameters:
Key | Value |
currentURI | the URL of the current page (the page displayed before this methoed was called) |
Method: eventEndDocumentLoad
Parameters:
Key | Value |
currentURI | the URL of the page which is now completely loaded |
Method: eventBrowserNavigateToURL
Parameters:
Key | Value |
currentURI | the currently displayed URL |
toURI | the URL of the page to which the user is navigating now |
Method: 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 |
Method: 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 |
Method: eventBrowserNavigateToBookmark
Parameters:
Key | Value |
toURI | the URL of the bookmark |
currentURI | the URL of the current page |
bookmarkURI | the URI of the bookmark |
Method: eventBrowserNavigateBack
Parameters:
Key | Value |
fromURI | the URL of the page displayed before navigate back |
toURI | the URL of the page navigate to |
Method: eventBrowserNavigateForward
Parameters:
Key | Value |
fromURI | the URL of the page displayed before navigate forewared |
toURI | the URL of the page navigate to |
Comment: works by keyboard shortcut ALT + leftARROW and via navigation button.
Method: eventBrowserNavigateForward
Parameters:
Key | Value |
currentURI | the URL of the page is loading, when the the stop button is pressed |
Comment: works by keyboard shortcut ALT + rightARROW and via navigation button.
Method: eventBrowserPrint
Parameters:
Key | Value |
currentURI | the URL of the current page |
Comment: works by keyboard shortcut STRG + P and via File -> Print...
Method: eventSubmitWebForm
Parameters:
Key | Value |
buttonclicked | the name of the button, which was clicked to submit the WebForm |
form | the WebForm which was submited |
Method: eventBrowserReload
Parameters:
Key | Value |
currentURI | the URL of the reloaded page |
Comment: F5 and Button
Method: eventBrowserSwitchedToTab
Parameters:
Key | Value |
currentURI | the URL loaded in the target tab |