Comment #6 on issue 15835 by [email protected]: nptest.dll plugin  
not loading in chrome
http://code.google.com/p/chromium/issues/detail?id=15835

I've got to the bottom of why my plugins do not get invoked by Chrome.

In the manifest.json, the "public" property must be set to true for it to be
accessible by regular web pages, as follows ...

{
     "description": "Test - NPAPI Plugin",
     "format_version": 1,
     "id": "00325797563124745789356784552aaddefff426",
     "name": "Test - NPAPI Plugin",
     "plugins": [ {
         "path": "plugins/nptest.dll",
         "public": true
     } ],
     "version": "1.0.0.0"
}

I'm happy for you to close this issue.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to