Rank: Newbie Groups: Member
Joined: 1/15/2016 Posts: 2
|
Hello,
I'm trying to add some Chrome plugins to my program. I was set EngineOptions.Default.AdditionalPluginsDirs = new string[] { Settings.AssemblyDirectory() + "/plugins/" }; but i don't know how to install plugins?
I dropped to this directory, crx, crx content( folder ), zip but it don't installed i think. If installed automaticly how can i check?
Thank you.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
Plugin and Chrome extension are two different things. "crx" are Chrome extension, we do not support Chrome extension. Plugin are DLLs that either supports NPAPI or PPAPI plugin interface. It has nothing to do with Chrome extension.
Thanks!
|