-
Notifications
You must be signed in to change notification settings - Fork 0
Tab types
gigafiga21 edited this page Aug 10, 2019
·
1 revision
Now there are 3 tab types: CONSOLE, PAGE and MIXED. This types are used by content script to create DOM tree. CONSOLE and PAGE pages are connected on the background script level and have a message tunnel between.
Console page, consists of one Console block.
Page which contains iframe with url given by user and tracking by CONSOLE page
Consist of Page, Separator and Console blocks.