0
votes
1answer
50 views

Google Chrome Extension and NPAPI/FireBreath embed webpages

I am developing a project where i intend to open multiple webpages in the same one but not using <iframe>. I have tried in the past using <iframes> but i usually end up with the browser UI ...
0
votes
0answers
20 views

How to draw graphics on any section of desktop with Chrome Extensions?

I was told that this is possible with NPAPI plugins, but not know how to take the first step. Will there be any method without having conocimiendo of NPAPI or a plugin already made to draw a graphic? ...
-3
votes
1answer
36 views

Javascript injection from npapi plugin [closed]

I want to inject some javascript into a webpage from my npapi plugin?? I just read this article But i didn't get the result i was waiting for. (nothing in the javascript console)
-1
votes
1answer
95 views

NPAPI functions Called by Javascript

I'm trying to code a hello world example of an NPAPI plugin. I implemented all the basics functions needed and i have added a Get_String() function that return a hello world string. After building, ...
0
votes
1answer
53 views

Finding the crash location inside NPAPI plugin in Chrome

I've got an NPAPI plugin that works successfully on Chrome, Firefox, etc., except for one user, where it crashes in Chrome, but not in Firefox. I've installed Visual Studio on that user's machine, ...
0
votes
1answer
44 views

NPP_New not getting called in few webpages (Chrome and Safari)

I am trying to access NPAPI plugin from content/inject script of Chrome/Safari extensions. The code to embed the plugin object and access methods. var newElement = document.createElement("embed"); ...
2
votes
0answers
96 views

Adding window.bluetooth object to Chrome

I want to demo a web page being used to interact with a physical object in the same proximity as a web-enabled device (Mac/Windows/Linux laptop). In order to do this, I want to create my own ...
0
votes
1answer
234 views

Simple npapi plugin gives “no plug-in available to display this content” error message

I've downloaded the sample from http://code.google.com/p/npapi-chrome-plugin-helloworld-example/ Do not worry about building from the source, the built .dll and the manifest and a test.html is in the ...
1
vote
1answer
295 views

Uncaught ReferenceError: NPObject deleted

i get an error: "Uncaught ReferenceError: NPObject deleted", when i run my chrome extension. Atm i just noted where the .dll file is in manifest, maybe it's not meant to work like that, but i couldn't ...
4
votes
1answer
138 views

External dll packing with NPAPI Plugin extension

I created an NPAPI plugin. It uses two other Dlls. I need to pack those Dll files along with Plugin dll as Extension. How can I do that? So that I can Place that dll to any folder and register it. Is ...
0
votes
0answers
51 views

Can't build nixysa complex example

I'm trying to use the nixysa complex example with VS 2008. When I build I get the following output: Preforming IDL Step File "c:\...\nixysa\codegen.py", line 152 print "Could not load module %s.' % ...
0
votes
1answer
207 views

Regarding Calling exe from Chrome Extension

I am trying to calling exe from chrome extension. I googled and come to know that It is possible from NPAPI plugins only. I also got the impression that it can be write only in c /c++ (which i dont ...
0
votes
0answers
213 views

how to import and use dll functions inside firebreath and c++/c#

I'm having a hard time to accomplish a task I'm trying to add a Google chrome extension to my toolbar The extension is the chrome-screen-capture (click to open extension website). This extension ...
0
votes
1answer
263 views

writing to windows registry from chrome extension

Is there a way to write to/read from the registry in Windows using a Google Chrome extension? I'm looking to do something analogous to the following firefox functionality: ...
1
vote
1answer
237 views

npp_destroy gets called immediately after npp_new

I am trying to make a NPAPI plugin for chrome on Mac. I have written a basic npapi plugin and a basic manifest.json and background.html to load it. My background.html has a embed tag to fetch the ...
0
votes
1answer
173 views

NPAPI plugin is not reflecting in chrome://plugins

I have written one NPAPI plugin which has MIME type as " VALUE "MIMEType", "application/x-shockwave-flash|application/futuresplash""...... when I say chrome://plugins in the URL address bar , I am ...
0
votes
1answer
121 views

Accessing DOM object properties from Chrome's content script

I ran into a strange problem with a content script. The content script is defined as "run_at" : "document_end" in the manifest. After a page is loaded the script inserts an object tag into the page ...
0
votes
1answer
173 views

HTML 5: Accessing local file system mp3 from a website

Nomally web browser would not allow a website to access the users local files. I came across locallinks plugin which allows the file:/// access from a webpage , however such file opens up in a ...
0
votes
1answer
158 views

Are NPAPI plugin security issues same as a downloadable app that connects to the internet

I want to build a cross-platform helper app that lets my users scan the desktop filesystem and find/upload the original, hi-res version of a JPG image they have previously uploaded. The scan may try ...
0
votes
2answers
644 views

Can't get NPAPI plugin to work for mime-type “image/webp:webp:WebP”

I have compiled the NPAPI plugin for webP: http://code.google.com/p/webp-npapi-linux/ It works great from my firefox. I simply do not understand how to get it to work from Google Chrome. I created ...
3
votes
1answer
384 views

Get Window Handle of Chrome Tab from Within Extension?

I've written a Chrome Extension (w/ NPAPI as well) that allows my application and Chrome to communicate with each other. That is all mostly working fine. What I'm trying to do now is be able to tie ...
0
votes
2answers
1k views

Simple example for NPAPI plugin

I'm trying to find a simple example on how to write an NPAPI plugin that will be bundled with my Chrome extension. The thing I need to do with the NPAPI is simply to run an already existing local ...
0
votes
1answer
84 views

Downloading the content in frames of a document

I'm writing an extension for Google Chrome that converts a page to a PDF. To do this, I download the DOM of the page and pass it to a software that further converts the webpage to a PDF. Since only ...
0
votes
1answer
1k views

Google Chrome Frame - Open local links in Windows Explorer

I can open local links (file://) in remote sites, which are defined as trusted in registry, from IE using Windows Explorer. That's fine for me. Now I want to do it in GCF, too. Neither of the ...
0
votes
0answers
187 views

Chrome API - Check if Chrome has Focus

I'm creating an extension where I'd like to be able to figure out whether Chrome (as an application) has the user's focus, i.e. is it not minimized or in the background? I believe there are ...
2
votes
0answers
178 views

Can I package an NPAPI plugin in a Chrome Web Store “hosted app?”

I have a web app that uses an NPAPI plugin. Is it possible to put one package on the Google Chrome Web Store that installs both the app (really a pointer to the hosted app) and the NPAPI plugin that ...
0
votes
1answer
64 views

How to get the DOM of a link after it is right-clicked and accessed for a functionality from Context Menu?

I'm writing an extension for Google Chrome that converts a webpage to a PDF document. I'm adding this functionality for Context Menus as well. It is pretty simple to get the DOM of the current ...
0
votes
1answer
315 views

How do I show a File Saveas dialog from a Chrome Extension?

I'm creating an extension for Google Chrome that converts a webpage into a PDF file. From the JavaScript background page, the URL, DOM, and the path are passed to the NPAPI DLL, where the conversion ...
0
votes
1answer
689 views

Calling a Javascript API from an NPAPI DLL

I'm writing an extension for Google Chrome that uses an NPAPI DLL. In the invoke method of the NPAPI DLL, I have inserted the following code to print a message to the javascript console: char* ...
1
vote
1answer
211 views

Showing a progress dialog for a Chrome extension that interacts with an NPAPI plugin

I'm writing an extension for Google Chrome that converts a page to a PDF file. The extension, written in Javascript, extracts the DOM of the current page, and passes it to an NPAPI DLL, where the ...
0
votes
1answer
300 views

Chrome : Display image that when clicked launches external Windows app

i want to develop an extension in Chrome that will display an image above an html element that when clicked will launch an external Windows app. Is it necessary to develop a NPAPI Plugin for such a ...
-3
votes
2answers
347 views

how to open file in firebreath? [duplicate]

Possible Duplicate: A simple hello world NPAPI plugin for Google Chrome? How to open a file which includes in Chrome extension by C/C++? originally i wanted to develop a chrome extension ...
0
votes
1answer
469 views

Java to NPAPI for Chrome Extension

I was wondering if it is possible to make an NPAPI plugin from a Java project (Since java can be compiled straight to a dll with the help of gcj)? I already looked at the mozilla page describing NPAPI ...
0
votes
1answer
483 views

Porting XPCOM Firefox extension to Chrome extension with NPAPI plugin

I have a extension, which uses XPCOM in Firefox to work. Now I would like to port that one to Chrome. Since the only way to use it is by using npapi and npruntime, I think I have to rewrite at least ...
0
votes
0answers
418 views

Working with files NPAPI/PPAPI/NSPR

I need in Chrome extension these actions: Download binary file to temp Unzip it (it's clear .zip package) Move files from unpacked directory, to directory of my extension Delete temp files I've ...
1
vote
0answers
270 views

An npapi plugin (by Firebreath) can be called by external page, but not the chrome extension page

The npapi plugin is a slight modification from FBTestPlugin. The plugin is currently defined public in manifest. Now, the plugin method can be called from external page. But not in any page in the ...
-2
votes
2answers
838 views

How to call npapi plugin method in extension

I have a test .dll file using C# with the following details Name : TestLibrary.dll Namespace name : TestLibrary Class Name : AddClass Method name : add(accepts two parameters) Language used : ...
0
votes
2answers
348 views

How to open a file which includes in Chrome extension by C/C++?

I'm trying to open a file to parse, say "config.txt", in my Chrome extension. By Javascript it will be fairly easy. For example: chrome.extension.getURL('config.txt') will get something like ...
1
vote
1answer
521 views

NPAPI in Google Chrome Extension

Are there any tutorials on how to write NPAPI plugins specifically for a Chrome Extension?
0
votes
1answer
651 views

NPAPI and GOOGLE Chrome : MIME type of DLL

What is MIME type of DLL that required to to set in following tag. <embed id="pluginId" type="application/<MIME TYPE OF DLL>" Do I need to make changes in DLL to set MIME type of DLL? I ...
0
votes
1answer
191 views

Newbie chrome-plugin developer needs help getting started with NPAPI

Although only having done a very little in C++ before I'm trying to compile the following chrome plugin so that I can see how it works and use that as a starting point to develop something similar: ...
1
vote
3answers
1k views

NPAPI Plugin for Chrome doesn't get past NP_Initialize

I've been trying to write an extension for Chrome that uses an NPAPI plugin. I'm using mingw to compile it. I struggled originally to get Chrome to load the plugin, but now I have a different problem. ...
0
votes
1answer
352 views

How to write a secure NPAPI plugin that would interact only with a specific chrome extension?

I want to write a chrome extension that would automatically (without user interaction) read and upload a file from the local storage based on some event. I understand this is not directly possible ...
0
votes
3answers
1k views

Chrome extension javascript function is not defined

I'm Developing an chrome extension and encountered an problem i cannot solve ;/ I wrote the manifest file and some java script code. Everything is working good except buttons. When I click them they ...
5
votes
3answers
362 views

How do I programatically trigger shortcut keys in Chrome with an Extension? (NPAPI or JavaScript Extensions)

Trying to figure out how to automatically trigger the web developer tools by executing the "Ctrl + Shift + i" via my own extension. There is one stackoverflow question, but none of the answers worked. ...
1
vote
2answers
3k views

NPAPI Plugin not loaded on chrome

I have a npapi plugin composed of a dll and manifest.json file. This npapi dll is detected as plugin on chrome ie it is listed on about:plugins page. However, when I invoke this plugin in sample html ...
0
votes
1answer
154 views

Will it be possible to create a Chrome extension that uses a PPAPI plugin without a web server?

In the tutorial Google provided, they mentioned that you had to use a web server. I want my application to run without an Internet connection. Is this possible?
1
vote
1answer
395 views

Execute Python script (that reads user data on computer) in Google Chrome extension - NPAPI

http://code.google.com/chrome/extensions/npapi.html I have read through this, and am thoroughly confused. I have built the sample npapi .so plugin from ...
0
votes
1answer
361 views

How do I package an NPAPI Chrome plugin for 32 and 64 bit Linux?

I'm trying to package a Chrome extension that includes native plugins for all OSes. What do I need to include in the manifest.json to get it to load in both 32 bit and 64 bit versions of Linux?
0
votes
1answer
428 views

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 ...

1 2