Hi
im new to Chrome development i like to develop plugin
but with c++ backend , what options does Chrome gives me?
This is a discussion on can i use c++ with as back-end with chrome browser plugin development ? within the Plugins Development section, part of the Chrome Plugins category: Hi im new to Chrome development i like to develop plugin but with c++ backend , what options does Chrome ...
Hi
im new to Chrome development i like to develop plugin
but with c++ backend , what options does Chrome gives me?
yes you can ... but it's far from being easy
http://code.google.com/chrome/extensions/npapi.html
i like to execute native c++ application from chrome to set input and get its output
Exactly. So start reading from the link provided by devnull69 and then go onto the referenced link for for Mozilla's NPAPI plugin reference.
All C++ based plugins for all browsers, Chrome, Opera, Firefox, Safari, IE, are all NPAPI plugins.