Critiques pour Tab renamer
Tab renamer par Yassine badri
Avis de Utilisateur ou utilisatrice 17151573 de Firefox
Noté 1 sur 5
par Utilisateur ou utilisatrice 17151573 de Firefox, il y a 4 ansExactly 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)
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)
7 notes
- Noté 5 sur 5par Quesz, il y a un moisdoes what it says (not like other renamer extensions)
simple and clean ui despite the screenshots, it has been updated :thumbsup: - Noté 5 sur 5par pat, il y a 2 moisWorks perfectly. Right-click on the page => Rename. Doesn't ask for permission, except for private browsing pages
- Noté 5 sur 5par darmien, il y a 4 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 17240987 de Firefox, il y a 4 ans
- Noté 5 sur 5par cyn, il y a 4 ans
- Noté 4 sur 5par insertname1, il y a 4 ansNo-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;
}