how to detect if the rss plugin is already installed on chrome?
how to detect if the rss extension is already installed in Chrome using php/javascript?
Please help me..
开发者_开发知识库Thanks! :)
navigator.plugins and javascript is probably what you need, check this answer: How do I detect a custom plugin in Firefox/IE/Chrome?
精彩评论