Rename Tab Title에 대한 리뷰
Rename Tab Title 제작자: Anush Veeranala
리뷰 116개
- 5점 만점에 5점Firefox 사용자 14162314 님, 8년 전
개발자 답글
8년 전에 게시됨i already gave the autofocus.. could you let me know which version of firefox and OS r u using?- 5점 만점에 4점piecevcake 님, 8년 전Very basic, doesnt permanently rename tabs like tab retitle, but that malfunctions so back to this.
being able to edit the previous name in the box is great, saves a lot of hassle.
Shortcut suggestion: Alt_m.
Reason: ShiftControl_E doesn't work, it opens the firefox debugger! And of course m is the letter to press to rename in windows explorer, so is easy to remember. :-) - 5점 만점에 4점Firefox 사용자 12902768 님, 8년 전feature request/
import and export of saved renamed tab titles
/feature request
every time i update my FF, all saved tab titles are gone. that's annoying (i'm using the portable version of FF).
please continue the good work on this addon. thx. - Below there are some comments that amount to this extension being "inflexible" because it won't work on a global basis but only on individual tabs. The extension is called "Rename Tab Title" and that is exactly what it does. If it renamed every tab from a particular site to exactly the same tab title it would be of no value to me and would indeed be "inflexible". The whole point, surely, is to pinpoint a specific url by a chosen name.
It works just fine (does what it says on tin). - Agree with blake below. Lots of URIs change slightly on every logout/login to the service by changing GET parameters like ?sessionid= or path.
[HOTPATCH] The easiest way would be to only check that many characters that are stored in storage.js[/HOTPATCH]
[FIX] More advanced would be to include wildcards or regex[/FIX]
[FEATURE REQUEST] Another idea would be to sync with bookmark name if the URL is bookmarked! That would make it to a whole new level but that's probably far beyond the scope. [/FEATURE REQUEST]
Thanks for a good add-on anyway!개발자 답글
8년 전에 게시됨Hey,
applied the [FIX].
will look into the mentioned feature request when i get time.
thanks for the suggestions and feedback.. (y) - 5점 만점에 2점Firefox 사용자 13394531 님, 8년 전This is no longer working properly for me - the tab title disappears once the tab is closed. So my bookmarks revert to their original tab titles. Hope this can be fixed as it was really helpful before!
- 5점 만점에 2점Firefox 사용자 13680122 님, 8년 전Didn't work for my use case. :( The reason I wanted this extension is to make my Tumbr tab stay named "Tumblr" instead of changing to "(3) Tumblr" etc every time I had some unread posts. Sadly this doesn't seem to work: initially the "(3) Tumblr" did become "Tumblr" when I renamed it, but then a few minutes later it became "(2) Tumblr" again after some unread posts appeared. Could you please make the tab-renaming persistent even if the website tries to change the tab title?
- 5점 만점에 3점Firefox 사용자 13639060 님, 8년 전Extension is working good but i do have a suggestion/Feature,
It should be able to handle domain names, currently it only renames individual tabs from a site.
e.g www.abc.com/xyz (renamed as) ----> AB
www.abc.com/qwerty (should also retain the name) ----> AB
Thanks & Cheers.개발자 답글
8년 전에 게시됨Hey,
added the regex feature.. hope it solves your problem..
thanks for the feedback (y) - 5점 만점에 5점Firefox 사용자 13252249 님, 8년 전Using Windows 10 Pro v1703 and Firefox Developer Edition v58.0b11 (64-bit) the extension works as claimed. Not only did it remember the renamed tab between sessions, it remembered it after a computer reboot.
- 5점 만점에 3점Firefox 사용자 13485379 님, 8년 전A good start, but a long way to go to truly make this extension useful. Need the ability to rename tabs based on rules (wildcards or complete URL's). Also, after renaming tab, it is not persistent.
Hopefully, I'll come back when the feature set is more mature like Tab Modifier (Chrome) or Tab Mix Plus was before the latest version of Firefox.
Appreciate the effort. - 5점 만점에 5점Mark Craig 님, 9년 전Far too inflexible to be broadly useful: it filters based only on fully qualified URLs and has no support for Regular Expressions or wildcards of any sort. This means that it can only match per specific page, not per domain nor even sub-domain.
Example of what won't work: If a site uses text in its site-wide page titleing that causes problems, you cannot filter out the offending text for the title of every page on a site with just one rule; you would be forced to visit every page of the site and create separate rules for each one. If you like to save copies of Web page, as I do, and a site for instance uses the Unicode character "→" in place of a dash in page titles, you would want a single filter for the entire site - perhaps even the entire Web - to match that Unicode character and replace it with a "-" dash.
Nope, can't do that with this extension. The only way to accomplish that still is to use a filtering HTTP proxy like privoxy or Proxomitron, and those are mighty broad brushes for just filtering page titles and nothing else.
Addendum: Fast forward eight months from my review, and its developer has listened and agreed and added regular expression parsing. Unfortunately... that parsing is applied to the URL to be matched and not the title, which is necessary to solve the scenario that I described. The title of any matched URL can only be replaced in its entirety, not altered partially by regular expression.