Hello,
I developed a NPAPI plugin, which is installed in Mozilla using an XPI file. On machines with Firefox and Chrome installed, the plugin works in both browsers.
When I do not have FireFox installed, the plugin cannot be installed by using the XPI file
.
I tried copying the plugin in
C:\Program Files (x86)\Google\Chrome\Application\5.0.375.125\Extensions
and edited external_extensions.json like this:
{
"name": "My Web Plugin",
"version": "1.0",
"plugins": [
{ "path": "C:\Program Files (x86)\Google\Chrome\Application\5.0.375.125\NPMYPLUGIN.dll"}
]
}
But chrome does not seem to recognize the plugin.
Does anyone know what to do?
Best regards,
Arthur


LinkBack URL
About LinkBacks



Reply With Quote