fwenzel / copy-shorturl

A Firefox extension to quickly create a short URL for the current page and copy it to the clipboard.
https://addons.mozilla.org/addon/copy-shorturl
Apache License 2.0
35 stars 15 forks source link

Make URL shortening service an option #8

Closed fwenzel closed 14 years ago

fwenzel commented 14 years ago

is.gd is much shorter than tinyurl.com, and they have a key-less API too:

http://is.gd/api_info.php

Should switch to that. If we use the preference-service, users can change it on their owns later if they want to.

fwenzel commented 14 years ago

Custom short URL creators. Closed by d4baf70bb19be2002b73930e734604f29554ec12.

jpwenzel commented 14 years ago

If you add user preferences, you might also want to support http://goo.gl

fwenzel commented 14 years ago

goo.gl does not have an API...