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?- 评分 4 / 5来自 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. :-) - 评分 4 / 5来自 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) - 评分 2 / 5来自 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!
- 评分 2 / 5来自 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?
- 评分 3 / 5来自 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. - 评分 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.
- 评分 3 / 5来自 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.