My team wants to build a "plugin" for firefox/chrome/IE.
How do I use javascript to detect if this plugin (not extension) is installed?
I would like to have a piece of **javascript** that can detect if a certain plugin is installed. Returns true if installed, returns false otherwise.
For example...how do I get a list of plugins, and then loop through to see if one of them match my plugin name? If match, return 1.
以上就是How do I detect a custom plugin in Firefox/IE/Chrome?的详细内容,更多请关注web前端其它相关文章!