actually URL is already included in a tooltip when you hover over the title.
If you want it always visible, you would need to hack the core file at sources/admin/manage.php since we don't have templates setup for admin secitions.
find this line
Code:
<td width="100%"><a href="{$url}" onclick="out('{$username}');" title="{$url}" class="vistip">{$title}</a></td>
add the {$url} tag wherever you want it to display.