npapi
My NPAPI plugin gets installed but I cannot call a method from it
I have embeded a simple NPAPI plugin in a Google chrome extension.It gets installed on Google Chrome (it is shown in about:plugins) but the background html page shows \"missing plugin\" and when a met[详细]
2023-03-15 09:46 分类:问答Packaging an NPAPI Plugin for Chrome using FireBreath
I\'m trying to package a plugin created with FireBreath as a Chrome extension. I\'ve read on Chrome Extensions and NPAPI that the way to do that is to include the files in开发者_如何学运维 the manifes[详细]
2023-03-14 21:19 分类:问答NPAPI plugin installation problem on Firefox 4 .. gets recognized as an extension instead
I have a simple NPAPI plugin consisting of a dll and xpt. I tried installing it on Firefox 4 according to the following documentation[详细]
2023-03-13 22:50 分类:问答when to use NPN_ReleaseVariantValue in plugin?
When to use ReleaseVariantValue() is not clear to me, I already read https://开发者_开发问答developer.mozilla.org/en/NPN_ReleaseVariantValue[详细]
2023-03-13 20:35 分类:问答Load firebreath plugin in Firefox extension without injecting anything in DOM
Is there any way to load firebreath plugi开发者_如何学Cn in firefox extension.I\'ve seen one way by injecting html related to plugin into DOM as explain here(see \"http://stackoverflow.com/questions/5[详细]
2023-03-12 14:34 分类:问答Can I build FireBreath NPAPI Plugin for DirectFB?
Is it possible to build NPAPI plugin using FireBreath for webkit browser running on directFB开发者_开发问答,embedded linux?[详细]
2023-03-12 13:48 分类:问答How to obtain iframe html document in NPAPI
I am trying to obtain the document inside a frame. The following does not fail: NPN_GetProperty(aInstance, windowObject, NPN_GetStringIdentifier(\"frames\"), &frames))[详细]
2023-03-12 04:18 分类:问答Obtain cache files chrome extension
Is there a way to obtain/read cache files using a chrome extension without NPAPI but javascript? I have tried searching with NP开发者_StackOverflowAPI but I am unable to find a good tutorial on it or[详细]
2023-03-11 17:56 分类:问答NPAPI for Google Chrome Extension in Objective-C example?
I searched all Internet but can\'t find any example of working NPAPI plugin (in Objective-C for Mac OS) which is called from Google Chrome Extension. I\'m very want to get such Xcode example, please h[详细]
2023-03-11 11:36 分类:问答Determining browser Proxy setting in NPAPI to download page SSL certificate
Users could have connections through proxies. Some using system-wide proxy settings, others browser-wide proxy.[详细]
2023-03-09 14:39 分类:问答