
Loading ...
AdSweep is a small addon that aims to hide advertising from the web pages you visit. In technical terms, AdSweep is a user javascript that defines CSS rules based on the web site you are visiting to hide elements of the page that show advertisements.
It is a work in progress and a small number of web sites have been added to the list of filtered web sites, more and more web sites are added over time, and if you have basic CSS skills, you can take part and help make the web a cleaner place. To help me out, you can get in touch with the author by email.
Installation
- If you want to install AdSweep in Chrome, create the C:\scripts directory, extract AdSweep.zip and place the AdSweep.user.js file into C:\scripts then right-click the shortcut icon of Google Chrome, either on your desktop or in your Start menu, and click “Properties”. Select the second tab named “Shortcut”, and in the “Target” field, append –enable-greasemonkey with a space inbetween. For instance:
Before: C:\Users\Charles\AppData\Local\Google\Chrome\Application\chrome.exe
After: C:\Users\Charles\AppData\Local\Google\Chrome\Application\chrome.exe –enable-greasemonkey
- Don’t forget the space in between. Click “OK” to save changes.
When you’re done, close your browser, reopen it and access www.adsweep.org, you should see a red notification in the upper-right corner of the page (only displayed on www.adsweep.org), saying AdSweep is installed.
Download and more info

Loading ...
Google Chrome publishes new releases to the Dev channel frequently. The Dev channel gives the community access to upcoming features, features in development, and the latest bug fixes. We can use feedback from Dev channel users to improve and iterate on feature ideas, and make sure that the latest features work properly before we release them to a wider audience.
The Dev channel is useful for:
- Web developers who want to test their sites or scripts with pre-release versions of Google Chrome
- Testers who need to make sure they’re working with the latest bug fixes
- Anyone who wants to help make Google Chrome better — your feedback helps us turn good new features into great features, and using the Dev channel is a simple way for anyone to help.
Note: Dev channel releases are less stable than Beta channel releases. Expect the occasional “sad tab” or even browser crashes (if you turn on ‘Help make Google Chrome better..’ in Options, we’ll get the crash reports so we can fix the bugs).
Automatic updates of new Dev channel releases are published every 1-2 weeks
Subscribing to the Dev channel
- Download and run the Google Chrome Channel Chooser (http://chromium.googlecode.com/files/chromechannel-1.0.exe).
- Click the circle next to Dev.
- Click Update to save your choice.
- Click Close.
- In Google Chrome, click the wrench menu and choose About Google Chrome.
Note: On Windows Vista, updates from the About box require Service Pack 1. With 0.2.149.29 (the current release), on demand updates do not work in Vista SP1 if User Account Control is disabled.
- Click Update Now to install the current Dev channel release.
- Restart Google Chrome.
Chrome Addon: Google Chrome Channel Chooser

Loading ...

So, here, for my own use and yours too if you have the need, is a very simple program to export bookmarks from Chrome to a standard document (the age-old bookmark.html file) usable by Firefox or IE (or I would imagine just about anything else).
While I was there, I also added the tremendously useless button to remove all download history as well - another item that seems to not be available yet in Chrome itself.
Download Chome Addon: Stupid Chrome Tasks

Loading ...
You’ve seen its flashy features and were impressed with its speed, and now you wish you could put Google Chrome on your thumb drive and take it with you wherever you go? It’s far from official, but German blogger Caschy has put together a portable version of Google Chrome you can run off your thumb drive. Just unzip the download to your thumb drive and run ChromeLoader.exe. All your Chrome settings and profile information now save to your thumb drive. This is a very early solution, and we’ll be keeping our eyes out for a more streamlined version from the folks at PortableApps, but if you’re dying to take Chrome with you, this Portable Chrome should do the trick.
Download Chrome Addon: Portable Chrome

Loading ...

ChromePass is a small password recovery tool that allows you to view the user names and passwords stored by Google Chrome Web browser. For each password entry, the following information is displayed: Origin URL, Action URL, User Name Field, Password Field, User Name, Password, and Created Time.
You can select one or more items and then save them into text/html/xml file or copy them to the clipboard.
Download Chrome Addon - ChromePass

Loading ...

open mailto: email links from Google Chrome in Google Mail account (now with Google Apps!)
Google Chrome is the world’s most advanced browser, with many new technical features. We found one missing: we can’t send emails through Google Mail by clicking on mailto: links. All clicks will open up Windows’ default mail client.
So we created an application that does the above: it’s called ChromeMailer.
Download Chrome Addon - Chrome Mailer

Loading ...

TabsLock lets you use your Caps Lock key to launch and focus a new Google Chrome tab from anywhere, even if Chrome isn’t running. This allows low-thought, global keyboard access to web search and navigation.
Stuff
- Holding the Shift key while you press CapsLock will allow you to engage or disengage CapsLock normally.
- CapsLock lovers, this is not for you.
- TabsLock runs in the System Tray in the bottom-right of your screen - right clicking on the
icon will allow you to control it.
- If you wish to launch Chrome with a custom command line, create a desktop shortcut named ‘chromespace’ with the properties you want. If this file does not exist, TabsLock will then use the ‘Google Chrome’ desktop shortcut, and failing that, the installed exe.
- Apple builds a 250ms CapsLock delay into the hardware of its newer keyboards, ensure you keep CapsLock down for at least that long.
Download Chrome Addon - TabsLock

Loading ...

Google Chrome (web browser) has just hit the world. Google Chrome backup is a small tool to create, backup, restore and manage Google Chrome profiles. The profile holds personal data like history, bookmarks, etc. Everything is done with one click.
How to use it
- You need Google Chrome installed in order for this tool to work. It supports 0.2.149.27 version of Google Chrome.
- Select a profile from drop down list and manipulate profile by selecting options on “Profile Tools” menu.
- To backup current profile click on the profile, select “Backup Profile” and select a backup path. A new file which holds your profile is created.
- To restore the old profile, click on the profile, select “Restore Profile” and navigate to *.gcb file you want to restore. Selected profile will be deleted and restored from the backup file.
- Create new Google Chrome profiles and create shortcut on desktop, with switches that are supported.
- Delete Google Chrome profiles.
- Add Google Chrome profiles to Google Chrome backup tool.
- Tray icon for fast access and fast run any profile.
- Select option to run Google Chrome Backup at Windows Startup.
Download Google Chrome Backup

Loading ...
What is Greasemetal?
How does it Work?
Google Chrome does not provide any interface to develop browser addons. Greasemetal modifies the behaviour of Google Chrome using an inter-process communication channel called AutomationProxy, which is used for automatically testing the functions of the web browser.
Using Greasemetal
To start using Greasemetal, download and execute the installer.
After installation, launch Greasemetal from the start menu. Greasemetal will in turn start up Google Chrome, while hooking its behaviours to insert userscripts.
Once you have started running Greasemetal, add userscripts to the
userjs directory under your
My Documents folder (or
Documents folder on Windows Visa). If you are unfamiliar with userscripts, a number of scripts are available from
userscripts.org.
Download Greasemetal