Tab renamer

Change tab titles easily!

Total ratings

4.00 (Rating count: 5)
See reviews for Tab renamer on Firefox Browser Add-ons

Recent reviews

Recent rating average: 4.00
All time rating average: 4.00

Rating filters

5 star
60% (3)
4 star
20% (1)
3 star
0%
2 star
0%
1 star
20% (1)
Date Author Rating Comment
2022-06-01 darmien
2022-01-19 Firefox user 17240987
2021-12-12 Firefox user 17151573 Exactly what I want -- IF it worked. Left or right clicking on either the tab or the page does NOT result in an option to rename the tab. Maybe a set of instructions would solve the problem. Firefox 95.0 (64 bit)
2021-11-17 cyn
2021-11-06 insertname1 No-frills tab renamer. I'll give 5 stars if you fix the bug where pressing "cancel" on the popup renames the tab to "null". Should be easy to fix. I read the source code and I suggest something like this: var ttl = prompt("Enter new title"); /*Only renames tab if prompt returns a "truthy" value, aka not an empty string, null, undefined, etc.*/ if(ttl){ document.title = ttl; }