Top "Browser-plugin" questions

Browser-plugins allow to display content in browsers that they don't support natively.

How to embed a PDF in HTML page?

We would like to show the PDF document in an HTML page after retrieving it from the database via a …

javascript html servlets browser-plugin
How to simulate HTTP POST on localhost (*Windows* not Unix)?

What is the simplest way of sending an HTTP POST to a localhost address/port under Windows? E.g. do …

http browser http-post localhost browser-plugin
See trace() of Flash when running in browser

What's an easy way to see the trace() output of Flash/Flex movies when running in any browser?

flash actionscript debugging trace browser-plugin
Display current screen size - Responsive Design tools

I'm doing a lot of responsive design development at the moment, as are all front-end devs. One thing i would …

javascript css firefox responsive-design browser-plugin
How to write a browser plugin?

I'm curious as to the procedure for writing browser plugins for browsers like Chrome, Safari, and Opera. I'm thinking specifically …

c++ npapi browser-plugin
A simple hello world NPAPI plugin for Google Chrome?

I am trying to make a chrome plugin but Chrome API doesn't give me enough power. I want to use …

c++ google-chrome npapi browser-plugin
What is The difference between Firefox extension and plugin?

In Firefox there are plugins and extensions. Could you please explain to me why these addons have different name and …

firefox firefox-addon browser-plugin browser-addons
How do I develop browser plugins with cross-platform and cross-browser compatibility in mind?

My company currently has a product which relies on a custom, in-house ActiveX control. The technology it employs is itself …

cross-browser cross-platform activex webbrowser-control browser-plugin
firefox add-on vs. extensions vs. plugins

I want to write scripts for firefox. It seems that firefox has different terms, like add-on, extensions, plugins. and I …

firefox firefox-addon browser-plugin
How to use firefox "hello world" sample extension?

I downloaded this Firefox sample extension from mozilla.org, I modified the file install.rdf and changed maxVersion value to 3.6.10 (…

firefox firefox-addon browser-plugin browser-addons