npapi
Question regrading NPObject onwership when calling NPN_InvokeDefault()
I have written an NPAPI plug-in to interact with JavaScript. My JavaScrip开发者_如何学JAVAt code loads thisplug-in and makes an Async call on it supplying a callback. When the callback (JS) needs tobe[详细]
2023-02-11 09:15 分类:问答Google Chrome Extension: Print the page silently
I\'m developing an internal Google Chrome Extension that needs a way to initiate print the current page to the printer. I do not want the default Print dialog to come up (so, javascript:window.print()[详细]
2023-02-08 03:43 分类:问答NPAPI plugin in Internet explorer?
Is there any way to make an NPAPI plugin work in开发者_Python百科 Internet explorer or do I need to go the activex way ?[详细]
2023-02-05 17:42 分类:问答Can you use Win32 GUI in a browser plugin?
Of course it would mean you\'re plugin is not cross-platform but let\'s focus on the technical side...[详细]
2023-02-05 01:15 分类:问答Boost and Nixysa
I\'m 开发者_开发技巧writing a NPAPI plugins using Nixysa. I want to use Boost. For some reason, I don\'t succeed to include it.[详细]
2023-02-04 14:24 分类:问答need NPAPI,PPAPI or other?
i\'m finding some solution to develop the Packaged App (or extension) for Chrome OS(chromium os).the extension will be access serial port to send AT command for SMS or Call function.[详细]
2023-02-03 03:36 分类:问答NPAPI - use javascript objects/functions from within plugin
I\'ve read about how to obtain a handle on DOM elements. This was a very helpful link: http://forums.mozillazine.org/viewtopic.php?f=27&t=开发者_StackOverflow社区1521545[详细]
2023-02-02 06:17 分类:问答global.html is unable to load NPAPI plugin from safari-extension builder but its loading from the direct link
I am developing a Safari extension for both Ma开发者_如何学Goc and Win. My extension is a trigger point for my plugin which i am storing at ** /Library/Internet Plug-ins/**[详细]
2023-02-01 12:06 分类:问答Ready-to-use NPAPI-Plugin to launch external application?
I need to launch an external application from a Google Chrome extension. I need to pass a few parameters from javascript, wait until the external application is done and then use its output in javascr[详细]
2023-02-01 05:11 分类:问答Using Accessibility API to find out the size and the origin for the Browser Window in a NPAPI plugin
I\'ve been making a plugin for browsers (Safari, Chrome, firefox) in MacOSX What I try to do is using Accessibility API to find out the size and the origin for the Browser Window in my NPAPI plugin.[详细]
2023-01-26 11:20 分类:问答