Litecoin URIs are formed with a Litecoin address and some optional parameters, such as amount and label.
Example: litecoin:LcUP7ZU3Xpk1BUR3qut3dTjC3aK5JoZMYx?amount=1&message=donation
You can configure your browser to launch your Litecoin client when you click a Litecoin URI.
Started with the previous URI, the Electrum client will open its send tab with pre-filled fields.
$ gconftool-2 -t string -s /desktop/gnome/url-handlers/litecoin/command "/path/to/electrum-ltc %s" $ gconftool-2 -t bool -s /desktop/gnome/url-handlers/litecoin/needs_terminal false $ gconftool-2 -t bool -s /desktop/gnome/url-handlers/litecoin/enabled trueThis tells Gnome what to do with Litecoin URIs, and Chrome picks that up from Gnome.