How to Enable ActiveX in Chrome?

前端 未结 8 2017
误落风尘
误落风尘 2020-12-24 09:39

I read that early builds of Chrome supported ActiveX, but was later restricted to certain MIME types (for support for say Windows Media Player). I then read Google was goin

相关标签:
8条回答
  • 2020-12-24 09:48

    There is a proprietary plugin called "Neptune" which says that it will allow you to use IE Tab functionality in Chrome on Windows.

    Meadroid do this because they have ActiveX controls which they have written and they want them to be able to work in any browser, and they explicitly mention Chrome in the list of supported browsers for enabling ActiveX with this.

    There is also a modified version of Chrome, called ChromePlus, which includes IETab, among other extra features.

    I've not used either of these personally, but they look like they'll do what you want. I'd be interested to hear if they work out for you, as I know of other people who want to be able to use IEtab in Chrome :)

    0 讨论(0)
  • 2020-12-24 09:48

    I downloaded this "IE Tab Multi" from Chrome. It works good! http://iblogbox.com/chrome/ietab/alert.php

    0 讨论(0)
  • 2020-12-24 09:52

    anyone who says activex is less secure then NPAPI is crazy. They both allow the exact same access. Yes I've written both. The only reason people think activeX is insecure is because 10+ years ago IE had default settings that allowed a remote site to auto download the plugin.

    0 讨论(0)
  • 2020-12-24 09:54

    This could be pretty ugly, but doesn't Chrome use the NPAPI for plugins like Safari? In that case, you could write a wrapper plugin with the NPAPI that made the appropriate ActiveX creation and calls to run the plugin. If you do a lot of scripting against those plugins, you might have to be a bit of work to proxy those calls through to the wrapped ActiveX control.

    0 讨论(0)
  • 2020-12-24 09:54

    I'm not an expert but it sounds to me that this is something you could only do if you built the browser yourself - ie, not something done in a web page. I'm not sure that the sources for Chrome are publicly available (I think they are though), but the sources are what you'd probably need to change for this.

    0 讨论(0)
  • 2020-12-24 09:59

    maybe this new Chrome extension helps:

    ActiveX for Chrome https://chrome.google.com/extensions/detail/lgllffgicojgllpmdbemgglaponefajn/

    0 讨论(0)
提交回复
热议问题