Namespace readingProcess

For functionality related to reading content injected into a host page.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
readingProcess
Method Summary
Method Attributes Method Name and Description
<static>  
readingProcess.addListeners()
Monitor tabs and messages to facilitate reading injected content.
<static>  
readingProcess.tabChange(tab)
Callback assigns content script state according to the modal button.
<static>  
readingProcess.tabsChange(tabs)
Helper for updating multiple tabs simultaneously.
Namespace Detail
readingProcess
Method Detail
<static> readingProcess.addListeners()
Monitor tabs and messages to facilitate reading injected content.

<static> readingProcess.tabChange(tab)
Callback assigns content script state according to the modal button.
Parameters:
{tab} tab
The tab that needs to be sent the operation mode.

<static> readingProcess.tabsChange(tabs)
Helper for updating multiple tabs simultaneously. Relies on the readingProcess.tabChange function.
Parameters:
{[tab|...]} tabs
The array of tabs that needs to be sent the operation mode.

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Aug 12 2015 03:44:30 GMT+0530 (IST)