We have a few custom features which hook into "hook_views_admin_links_alter" to add extra tabs, but the current implementation of view_admin_link does not allow for this.

Please add "drupal_alter('views_admin_links', $links, $object);" to the views_admin_link() function, to allow other module to set admin links.