Select Tab name to show in browser’s URL

This is not something I would suggest and not sure why you want that. But using hashes you can do

    $('#action_tab').click(function () {
      window.location.hash="xyz";
      return false;
    });