I am new in Plugin development.I heard from blog that Chrome is going to stop support on NPAPI plugins.I developed one native application in Mac, i am trying to make it as a plugin. But i didn't find a perfect tutorial that how the native application and plugin will interact. I gone through the chrome developers page, but its only gave some basic idea about the message passing. But for a new developer it is quite difficult to understand. Please help me in this. It would be great
Asked
Active
Viewed 552 times
2
-
The following answer should help: http://stackoverflow.com/questions/18134665/how-to-send-message-from-native-app-to-chrome-extension/19866346 – kylehuff Nov 30 '13 at 13:51
-
Also, I would suggest in future questions - mention which platform/etc the native code is written in - ie: objective-c? Python? C#/mono? :) – aikeru Jan 15 '14 at 15:27
-
I developed the application using Objective c. – Jio Jan 16 '14 at 05:18