Hi,
I'm wondering about this browser, actually it is modified Chrome and my extension developed for Chrome 95% works in it.
The main question is there any documentation for it in English.
Also if somebody familiar with it, please help me with flowing questions:
1. How to control the mode of new tab opened via "chrome.tabs.create" because opening new tabs could be done in two different modes "Speed" (Chrome-mode) and "Compatible" (IE-mode). Although new tabs opened in IE-mode by default?
2. IE-mode looks like an IE browser object embedded into the tab and probably we can't control anything (js code injection, navigation tracking, tab life-cycle etc), isn't it?
3. Is there any other differences from classical Chrome API?
4. How to access to the extensions "background.html" in run-time, to monitor extension Local and Session storages?
Thanks for any support.