• Home
  • About

Chrome Addon – Chrome Mailer

1 Star2 Stars3 Stars4 Stars5 Stars (231 votes, average: 3.80 out of 5)
Loading ... Loading ...

Chrome Addon - Chrome Mailer

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

Chrome Addon – TabsLock

1 Star2 Stars3 Stars4 Stars5 Stars (97 votes, average: 3.76 out of 5)
Loading ... Loading ...

Chrome Addon - TabsLock

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

Chrome Addon – Google Chrome Backup

1 Star2 Stars3 Stars4 Stars5 Stars (65 votes, average: 4.34 out of 5)
Loading ... Loading ...

Chrome Addon - Google Chrome Backup

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

  1. You need Google Chrome installed in order for this tool to work. It supports 0.2.149.27 version of Google Chrome.
  2. Select a profile from drop down list and manipulate profile by selecting options on “Profile Tools” menu.
  3. 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.
  4. 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.
  5. Create new Google Chrome profiles and create shortcut on desktop, with switches that are supported.
  6. Delete Google Chrome profiles.
  7. Add Google Chrome profiles to Google Chrome backup tool.
  8. Tray icon for fast access and fast run any profile.
  9. Select option to run Google Chrome Backup at Windows Startup.

Download Google Chrome Backup

Chrome addon: Greasemetal – Greasemonkey for Chrome

1 Star2 Stars3 Stars4 Stars5 Stars (946 votes, average: 4.16 out of 5)
Loading ... Loading ...

Update: Greasemetal development has stopped since the new version of Google Chrome supports user scripts by default.

Chromium and Google Chrome (version 4 and higher) have built-in support for Greasemonkey-style user scripts.

To use, click on any .user.js file. You should see an install dialog. Press OK to install.

Known issues:
Chromium does not support @require, @resource, unsafeWindow, GM_registerMenuCommand, GM_setValue, or GM_getValue.
GM_xmlhttpRequest is same-origin only.

More info about the feature to use Greasemonkey scripts


What is Greasemetal?

Greasemetal is a userscript runtime for Google Chrome. The runtime hosts userscripts (tiny javascript files that modify the webpages being displayed) to be executed on Google Chrome, similar to what Greasemonkey does for Mozilla Firefox, or Greasekit does for Safari.

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