15+ great Google Chrome extensions

We've already mentioned other ways to power up Google Chrome . Before extensions arrived on the developer channel, Userscripts and bookmarklets were your only options. Both are still great ways to add some kick-ass functionality to Chrome. If you're running the stable or beta builds, you may want to stick to them for now.

<script type="text/javascript"> tweetmeme_url = 'http://www.downloadsquad.com/2009/11/02/15-great-google-chrome-extensions/'; tweetmeme_source = 'tuaw'; </script><script src="http://tweetmeme.com/i/scripts/button.js" type="text/javascript"></script>

Now, onto the extensions!

If you have a favorite that I left off, feel free to share it in the comments!
Share   <script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>

The big three

AdBlock+ [click to install ]
Probably the most frequent reason users say they won't switch from Firefox is "No ABP for Chrome." Check again. It's available, and while it doesn't have quite the same amount of element-blocking-fu that the Firefox version does, ABP for Chrome is still awesome. There are two things you need to know:

  1. The button may be blank. As you can see in my screenshot, there's no visible icon. If this happens, just mouse around to the left of the wrench menu icon until the AdBlock+ tooltip appears.
  2. Ads aren't blocked until you subscribe to a list.
  3. To subscribe click the icon and select preferences , pick a list, check the box marked convert and use blocking rules , press the subscribe button, then click save under the global filters textbox. All done, click close at the bottom (or close the tab itself).

My personal preference is to not use adblockers. After all, those adverts allow us to pay writers for the content you read here on AOL. I do, however, roll with FlashBlock - because I don't like have page load times killed by oversized Flash animations. Add FlashBlock and Flash elements won't play unless you click them.

LastPass [click to install ]
LastPass was one of my favorite extensions for Firefox, so I was thrilled when Joe Siegrist at LastPass told me he had a Chrome Extension ready to test.

LastPass is, simply put, one of the best secure password managers and generators around. You can see the Chrome extension in action in my previous post . It rocks, and I wouldn't surf without it.

Xmarks [visit the Xmarks beta site to register & download ]
Xmarks has become an incredibly popular bookmark syncing tool. It's a longtime favorite of Firefox users and the Chrome version - though only in alpha testing - looks like it will be every bit as good.

Two options worth knowing about:

  1. Encryption : by default, Xmarks only encrypts logins. In the options screen, you can tell it to encrypt all communication.
  2. Automatic sync : want your extension to periodically update changes in the background? Set this option so you don't have to perform manual syncs.

 

Eleven more worth trying out!


SmoothScroll [ click to install ] Yet another Firefox favorite that users demanded for Chrome. If you find Chrome's default scrolling a bit too choppy, this extension will be a welcome addition.

Session Saver [click to install ]
Sure, Chrome can automatically restore the tabs from your last bit of web browsing, but what if you want the ability to restore a sets of tabs from a specific session? Session Saver allows you to manually save an entire set of Chrome windows and tabs (or just the current window) for easy restoration at any time.


Google Reader Checker [
click to install ] [Chrome 4/developer only]
For the sake of productivity, I do my best to keep Google Reader closed until I have a minimum number of unread items. Otherwise, I find myself checking it all too often. Google Reader Checker adds a button with an unread count to Chrome - making it easy for me to see when I need to catch up on feed reading.

Minimize to Tray (Windows only) [click to install ]
Want some extra room on your taskbar when you don't need Chrome front and center? Install Minimize to Tray and the Chrome is discretely tucked away in the system tray.

Vince's Clock [click to install ]

The browser in Google Chrome OS is going to have a clock somewhere on its interface. Want one in Chrome right now? Vince's Clock adds one to your bookmarks toolbar. This is also useful if you set your taskbar to autohide but still want the time displayed somewhere prominent. Hover over the analog clock, and the extension also displays the current date.

With certain themes the clock is a bit hard to see -- hopefully the developer will add an option to customize the font color.

gPDF [click to install ]
Another feature of Chrome OS is that the browser will intercept certain document types and display them using Google's own web-based viewer. gPDF can add that functionality right now -- at least for Adobe Acrobat files.

The extension looks at links on your current web page and rewrites the links to add the necessary bits to open them Google Viewer. This actually adds a bit of security to your browser -- since you're not opening files locally using a potentially vulnerable app like Adobe Reader.

Mouse Stroke [ click to install ]
Wish Chrome had mouse gesture support? Wish no more! Grab this extension and you can perform a variety of browsing maneuvers using only your mouse.

Tablet and touchscreen users : you may also want to take a look at ChromeTouch . It's made to let you take advantage of your screen's touch fu.

Click & Clean [click to install ]
HotCleaner provides browser add-ons for Firefox, IE, and now Chrome that add 1-click cleanup of your cookies, browsing and history. Click & Clean sports several options, including the ability to launch an external application when you click the TP roll icon.

Bubble Translate [click to install ]
A number of the blogs I read link to non-English sites. Unfortunately, like Corbin Dallas my linguistic skills are mostly limited to English and Bad English. Well, that and Spanish.

Bubble Translate taps into Google's multilingual conversion engine and translates selected text on any web page into your selected native tongue (set it in the extension's options screen). You can also customize the bubble and text color to your liking.

WOT/ WebOfTrust [click to install ]
This is another extension I was glad to see arrive on Chrome. WOT provides community-powered trust and safety ratings for web pages. Not only will WOT mark links for you as safe and unsafe, it'll also block potentially harmful pages with a large, red warning screen if you happen to wind up on one.

Tabs to the Front [click to install ]
You can always just hold down shift + control + click to force links in a new tab to load in the foreground, or you can install this extension. If keyboard-free browsing is your style, Tabs to the Front is a nice extension to add.

Want to try out some more? Chromeextensions.org is a great resource. Until Google sets up something official, it's the best place to find new extensions for Chrome.

### 回答1: Chrome Options是Selenium中Chrome浏览器的一种参数配置选项。它允许我们在启动Chrome浏览器时设置各种选项,以实现不同的需求。 使用Chrome Options,我们可以完成以下任务: 1. 设置浏览器的浏览模式:我们可以通过设置"--headless"参数来启动Chrome无头模式,即在没有显示浏览器界面的情况下运行浏览器,这对于执行自动化测试很有用。 2. 设置浏览器的User-Agent:通过设置"--user-agent"参数,我们可以改变浏览器的User-Agent,以模拟不同的浏览器和设备。 3. 设置浏览器的下载路径:我们可以使用"--download.default_directory"参数来设置下载文件的默认保存路径。 4. 设置浏览器的语言:通过设置"--lang"参数,我们可以改变浏览器的语言环境,使其适应不同语言的网站。 5. 启用或禁用浏览器的扩展:通过设置"--disable-extensions"参数,我们可以禁用浏览器的扩展,或者通过"--load-extension"参数加载指定的扩展。 为了使用Chrome Options,我们首先需要导入selenium包中的Options类: ```python from selenium.webdriver.chrome.options import Options ``` 然后,我们可以创建Options对象,并设置所需的参数: ```python options = Options() options.add_argument("--headless") options.add_argument("--user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3") options.add_argument("--download.default_directory=C:/Downloads") ``` 最后,将Options对象作为参数传递给ChromeDriver的构造函数,即可在启动Chrome浏览器时应用这些参数配置: ```python driver = webdriver.Chrome(chrome_options=options) ``` 通过这种方式,我们可以充分利用Chrome Options的各种参数,对Chrome浏览器进行个性化设置,以满足我们不同场景下的需求。 ### 回答2: Python Selenium库提供了一些Chrome Options参数,可以在使用Chrome浏览器自动化测试时进行配置。下面是一些常用的Options参数及其用法: 1. --headless:设置无头模式,即在后台运行浏览器而不显示图形界面。可以提高测试效率,并节省计算资源。 2. --disable-gpu:禁用GPU加速。有些时候,GPU加速可能导致浏览器无法正常工作,禁用它可以解决一些兼容性问题。 3. --disable-extensions:禁用浏览器扩展程序。有些扩展程序可能会干扰自动化测试的进行,禁用它们可以提高测试的稳定性。 4. --disable-infobars:禁用浏览器顶部的信息栏。有些站点可能会通过弹出信息栏来干扰测试过程,禁用它可以避免干扰。 5. --start-maximized:启动时最大化浏览器窗口。默认情况下,启动时浏览器窗口是最小化的,通过设置这个参数可以让窗口最大化,方便观察测试过程。 6. --lang=xxx:设置浏览器的语言。有些站点的内容可能根据语言设置而变化,可以通过设置这个参数来模拟不同的语言环境。 以上只是常用的一些Options参数,实际上还有很多其他参数可以用来控制浏览器的行为。通过结合这些参数的使用,可以更加灵活地进行自动化测试,满足不同测试需求。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值