I have written a NPAPI plugin(using Npruntime sample), I want to use this plugin to get DOM details of the current tab opened in Chrome browser. I am planning to use content script to get DOM details. Is there any other way better then this?
I am new to this.