The function addDebuggingMethodsInJsConsole adds commands to the DevTools console to call onUpdate/onTtsMark/etc. methods. However, this is currently a secret set of APIs as we don't document it anywhere, neither in the README nor the extension itself.
We should:
Add a section to the README
Add a console.info message that these APIs are available when the extension loads
The function addDebuggingMethodsInJsConsole adds commands to the DevTools console to call onUpdate/onTtsMark/etc. methods. However, this is currently a secret set of APIs as we don't document it anywhere, neither in the README nor the extension itself.
We should:
console.info
message that these APIs are available when the extension loadsImportant to consider for #1 too.