Accessing `chrome.send()` method in chrome web browser out of chrome's internal pages

Viewed 1723

I was wondering whether it's possible to use chrome.send() function ,which is accessible in chrome internal pages like chrome://version, for sending commands such as chrome.send('restartBrowser') to chrome browser outside of chrome internal pages and inside of my own custom web page or not.

0 Answers
Related