Google-chrome – Chrome extension to set the window title

google-chromegoogle-chrome-extensions

I use the Nightly Tester Tools extension in Firefox to set the title and I need something similar for Chrome.

Searching only brings Title Bar Tweaker but it lacks the feature set of the Firefox extension and is conceptually different

This how the UI of the Nightly Tester Tools extension looks in Firefox

Firefox Customize Title Bar

Are there any Chrome extensions that use some Chrome variables like this? The GUI isn't so important.

Best Answer

If you want to change the title of a tab, the following bookmarklet would do:

javascript:(function(){document.getElementsByTagName("head")[0].getElementsByTagName("title")[0].innerHTML=prompt("Enter new Title");})()

Just click it and enter a new title.