Tag: Chrome

  • Build a Chrome Extension with VueJS

    It turns out quite easy to build a Chrome Extension. Basically the extension is a web application containing HTML, JS, images, etc. I tried to build a simple extension using VueJS recommended by colleagues. There’s just 1 limitation that affected me: The eval JS function is disabled in Chrome Extensions for security reasons. That means…

  • Saving Images in Chrome with Selenium

    Here’s how to save images in Chrome browser using Selenium. The API has element.screenshot_as_png() method but apparently it’s not implemented at the moment. With some minor changes to this answer I can save a image via the browser: 🙂

  • Chrome降临

    前些天我刚说,如果有个比FF还好的浏览器出来的话……Chrome就来了。目前Chrome还是beta,缺点也还很多,不过其疾风般的速度基本上笑傲江湖了。 对我来说,用Chrome取代FF还为时尚早,至少等一下条件成立之后: Chrome的源生Gtk版本 有一定的第三方插件积累 图标再改改吧,略显粗糙 不过我的确为FF的前景担忧了,因为固守IE的人可能依旧固守,而会有人固守FF么?我怀疑。因为对于能从IE改为FF的人来说,再改为Chrome是意料之中的事。 好消息是不管Chrome将来能成就多大的市场,它的核心是webkit,因此绝对无须担心“我的网站在Chrome下是否会走样?”,当然前提是你的网站是给W3C设计的,而不是给IE设计的。