npapi
Browser Helper Object (BHO) for Firefox, Chrome and Safari
I have a working Browser Helper Object (BHO) which is essentially an ATL based COM component. When the component is registered as a BHO in the Registry, the internet 开发者_StackOverflowexplorer calls[详细]
2023-02-20 10:58 分类:问答Plugin not detected by safari 5
My npruntime plugin works perfectly fine with FF 3.6+,chrome and opera. but safari 5 does not detect my plugin at all.I already have registry entries pointing to[详细]
2023-02-19 10:51 分类:问答NPRUNTIME plugin not loading in chrome,works fine with FF-3.6
I have modified my existing code to support nprun开发者_开发技巧time to be used with FF-3.6 and above.[详细]
2023-02-17 22:00 分类:问答How to read the param tag values in NPAPI plugin?
I have developed a NPAPI plugin(npruntime) for windows browsers like firefox, safari, Google chrome. My question is how one can read the values specified in thetag of theelement in a plugin.[详细]
2023-02-17 11:51 分类:问答how to test my npapi code i.e xpcom to npruntime changes for my firefox plugin?
I have updated my firefox plugin to work with latest versions开发者_开发问答 of firefox (3.6 and higher) by moving from xpcom to npruntime.[详细]
2023-02-15 05:49 分类:问答How to detect exception when executing Javascript in NPAPI plugin?
In a plug-in I am using NPN_Evaluate() to execute some Javascript. How can I detect wether the Javascript raises an exception? Basically I want to execute any piece of Javascript and get the result fr[详细]
2023-02-14 15:10 分类:问答Is a NPAPI plugin what I am looking for?
I need to develop a mini ClickOnce plugin for Firefox, Chrome, Operah and Safari (preferably, one that works on all of the above).[详细]
2023-02-13 21:13 分类:问答How to force the browser to maximize (like pressing F11) from an NPAPI plugin?
I have a scriptable NPAPI browser plugin. I would like to expose a method to javascript \"MaximizeBrowser\",[详细]
2023-02-13 17:19 分类:问答Plugin stopped working on Linux after switch to using GeckoSDK 1.9.1
I have a plugin, which works fine, when I link it with GeckoSDK 1.9. Now I switched to using GeckoSDK 1.9.1.16, and it stopped getting detected on Linux (on Windows it still works fine) - about:plugi[详细]
2023-02-13 02:54 分类:问答NPAPI for Python - Chrome Extension
I am trying to develop a chrome extension in which i have coded all my logic in \'python\' . Now on browser action i want to pass parameters[详细]
2023-02-12 12:05 分类:问答