npapi
How to handle file open from browser NPAPI plugin?
I need full path to file when file is opened. For exampl开发者_如何学JAVAe user open file.txt but it will be opened with notepad or other. But how to register \"hook\" from NPAPI plugin to get path to[详细]
2023-03-08 06:57 分类:问答Is it possible to create a binary extension that can run on Chrome OS?
Chrome supports bi开发者_开发百科nary extensions on all platforms. But I cannot decide whether Chrome OS supports them too...Nope, they are disabled on purpose.[详细]
2023-03-07 23:15 分类:问答When trying to start child process from npapi Chrome plugin + Boost::process getting exception
Hi i have npapi plug in i build using FireBreath and its working just fine , i loading there sample plugin . now i like to be able to start external application from witin the plugin[详细]
2023-03-06 21:37 分类:问答what option do i have to execute or communication with native process from Chrome browser using npapi
I would like to write a Chrome plugin that will communicate with my native C++ process, to invoke it and capture its return output.[详细]
2023-03-06 16:05 分类:问答using firebreath created npapi for chrome can i call the plugin methods from the extensions and not from html loaded page [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-06 09:13 分类:问答Making a Chrome extension to download (not view) the link and with custom filename
I\'m currently developing a simple javascript extension for Chrome. The problem is simple but probably unfixable, but still here\'s the issue:[详细]
2023-03-02 14:02 分类:问答Using NPAPI to detect browser minimize
Is there a way 开发者_如何学Goto use NPAPI to determine whether the browser is minimized.Not directly.Depending on which platform you want (you should really specify things like that) there might be a[详细]
2023-03-01 06:30 分类:问答Scriptable NPAPI plugin doesn't work with Firefox
I\'m developing FF extension and plugin that work in tandem. My Extension injects npapi plugin into the html and calls some method of the plugin after an event occures.[详细]
2023-02-26 06:58 分类:问答How do I use NPAPI to receive calls from javascript on the page?
I am working on a plugin that needs to receive calls from javascript.Specifically, it needs to be able to give a callback function to javascript, and the javascript needs to be able to call that funct[详细]
2023-02-22 22:29 分类:问答Download and instantiate COM control
I am using ff-activex-host to host a .NET ActiveX control in Firefox and Chrome. It will instantiate a registered COM control, or download one in a cab file, register it, then instantiate the COM cont[详细]
2023-02-22 18:20 分类:问答