是否可以通过 Java 程序使用 Chrome/Firefox 扩展/插件?
是否可以从 Java 程序访问 Chrome/Firefox 扩展/插件(例如 Ghostery)?
其目的是一种实验性的,使用 Ghostery 插件和客户端服务器应用程序来扫描网页,而无需使用网络浏览器。
Is it possible to access Chrome/Firefox extensions/plugins like ghostery from a Java program?
The aim is an experimental one to use the ghostery plugin with a client-server application to scan web pages without the use of a web browser.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
不,我不这么认为。
不过,如果您特别希望复制幽灵功能,您也许可以使用支持 JavaScript 的基于 Java 的无头浏览器来玩一些游戏。
No, I don't think so.
You might be able to play some games with its JavaScript using a JavaScript-capable Java-based headless browser, though, if you're specifically looking to replicate ghostery functionality.
从java小程序中,您应该能够调用javascript(老派),不确定这是否会帮助您实现您想要的,但您可以访问javascript调用。
From java applets you should be able to call javascript (old school) not sure if that will help you to achieve what you want, but you can access the javascript calls.
我不认为你可以做你想做的事......或者如果你可以的话,那就太辛苦了!
如果您想废弃网络,您可以使用无头浏览器轻松完成。
有很多无头浏览器。我使用过
PhantomJs (http://phantomjs.org/)
,显然是在 Javascript 中使用的,并且非常易于使用...但在 Java 中也有其他的:(
还没有尝试过)
I don't think you can do what you want... or if you can it would be too much work!
If you are wanting to scrap webs, you can easily do it whit a headless browser.
There are a lot of headless browsers. I had use
PhantomJs (http://phantomjs.org/)
, obviously in Javascript and super easy to use...But there others in Java too:
(Haven't tried them)