Skip to content

Latest commit

 

History

History

urlintitle

Installation

Summary

Appends the domain name of each tab to their title.

Description

This allows using utilities such as KeePass that auto-fill passwords according to the title of the current window.

By default, only the protocol and domain name are appended to the title, but the options page allows full customization.

Source code: https://github.com/guilryder/chrome-extensions/tree/main/urlintitle

Release notes:

  • v4.0.0: restored suffix preservation logic broken in previous version; migrated to Manifest V3; cleaned up the code
  • v3.0.2: added a mechanism to disable the extension (<head urlintitle="disabled">); added support for pages that delete the <title> element
  • v3.0.1: added icons

Metadata

Testing instructions

  1. Open any URL, for instance: http://example.org
  2. Verify that the tab title contains the tab URL, for instance: "Example Domain - http://example.org/"
  3. Edit the extension options to customize the tab title format.