This Chrome extension appends the hostname and pathname of the current URL to the original page title.
- The extension runs in the background, monitoring tab updates.
- When a page is fully loaded, it constructs a new title using the format:
[Original Title] - [hostname][pathname]
- The new title is then sent to the content script, which updates the page's title.