Κριτικές για το Rename Tab Title
Rename Tab Title από Anush Veeranala
33 κριτικές
- Βαθμολογία 4 από 5από Scepty, 10 μήνες πρινWorks great, unlike similar extensions that claim to function similarly.
- Βαθμολογία 4 από 5από Dimar, 3 χρόνια πριν
- Βαθμολογία 4 από 5από rediffusion, 3 χρόνια πρινWork's fine, easy to use (ง •_•)ง
 But I prefer to use this "Tab ReTitle".
 It’s more for my needs.
- Βαθμολογία 4 από 5από allan999, 4 χρόνια πρινI like persistence :)
 Please also add a Tabbar tab context menu option to rename title. I keep forgetting to look for this rename plugin among my millions of installed extensions :| + #ux :)
- Βαθμολογία 4 από 5από Χρήστης Firefox 12712466, 4 χρόνια πρινPretty good, but one little improvement would make a world of difference for me: Allowing back references in the regex "title" field would allow actual dynamic modification of titles. Example: Matching "\[PROJECT-([0-9]+)\] (.*)" with title "$1 $2" would allow automatic removal of redundant info at the start of the title of most of my issue tracker tabs.
- Βαθμολογία 4 από 5από Χρήστης Firefox 15534988, 5 χρόνια πρινVery cool. To the author : when we click on the button to rename, please automatically "select all", so we just have to type.
- Βαθμολογία 4 από 5από viktorvaughn, 5 χρόνια πρινDoesn't work with file:// pages, but straight editing of
- Βαθμολογία 4 από 5από FlyingEd, 6 χρόνια πριν
- Βαθμολογία 4 από 5από Tom, 6 χρόνια πρινDoes the work. But a good feature, would be to completely replace the tab title (instead of appending).
- Βαθμολογία 4 από 5από Χρήστης Firefox 15071280, 6 χρόνια πρινVery nice addon, I like the feature that you can automatically rename tabs by a regular expression.
 Two additions would make that addon even better:
 1. An entry in the context menu of a tab
 2. Re-use capturing groups from the RegExp inside the new title. Like "someurl.com/pages/(.*)" --> "Someurl, page $1"
- Βαθμολογία 4 από 5από TChack, 6 χρόνια πρινI'm using Bunsen Helium Linux, derived from Debian 9 (Stretch).
 Seems to work fine in Firefox Nightly Version 69.0a1 (2019-06-02) (64 bit)
 Like others, I'd like it to be an option in the context menu (right mouse button).
 The hotkey (Ctrl-Shift-E), is already being used to bring up Network Monitor, so it needs another key def.
 This is a classic example of a tool that started out just to do a simple text change, then people wanted it to persist between sessions, then they wanted wildcards for multiple tab changes, etc., etc...
 Anyway, its a good add-on; glad I found it.Απάντηση προγραμματιστήδημοσιεύτηκε στις 6 χρόνια πρινthanks for the feedback. regarding customizing the shortcut, I updated the documentation on how to do it..hope it helps..
- Βαθμολογία 4 από 5από Χρήστης Firefox 15008735, 6 χρόνια πριν
- Βαθμολογία 4 από 5από TopazScorpion, 7 χρόνια πρινNice add-on. I especially like the Regex entry type.
 Need a way to import and export tab titles to/from a file in case of a Firefox re-install or migrating to a different computer.
- Βαθμολογία 4 από 5από Χρήστης Firefox 10122440, 7 χρόνια πρινHey, I might've found a solution for dynamically updated titles. The following code listens for changes of the 'document.title' object and allows you to execute code when it changes. I would send a PR, but it doesn't seem that you're on any public VCS platform.
 new MutationObserver(function(mutations) {
 console.log(mutations);
 // overwrite the title here
 }).observe(
 document.querySelector('title'),
 {
 subtree: true,
 characterData: true,
 childList: true
 }
 );
- Βαθμολογία 4 από 5από Χρήστης Firefox 14428935, 7 χρόνια πρινLittle regrettable. gmail.com don't updates title, but link Addon is update allways
 https://bitbucket.org/onemen/tabmix-rename-tab/src/default/
- Βαθμολογία 4 από 5από La Mo, 7 χρόνια πρινIf possible please make focusing tab switch to original title, the extension should hide infocus tabs titles only. Thank you.
- Βαθμολογία 4 από 5από ChonUnca, 7 χρόνια πρινIs it possible to use variable in title for regex definition?
 for example:
 Regex definition:
 /.*google\.com.*/ -> title defining as: "[GOOGLE] - %title%"
 give for url:
 drive.google.com -> [GOOGLE] - My Drive
 contacts.google.com -> [GOOGLE] - Google Contacts
 calendar.google.com -> [GOOGLE] - Google Calendar
- Βαθμολογία 4 από 5από Χρήστης Firefox 14186269, 7 χρόνια πρινThis does exactly what I want.
 Rename Tabs to "Change" the title to make them easier to find.
 Very easy to use.
- Βαθμολογία 4 από 5από klint, 7 χρόνια πρινExcellent add! So handy to rename cryptic server urls in titles
 Would you mind adding an entry on the tab header menu as well? Thanks
- Βαθμολογία 4 από 5από 4366Downs, 8 χρόνια πριν
- Βαθμολογία 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.
- Βαθμολογία 4 από 5από WRCS-UK, 8 χρόνια πριν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).
- Βαθμολογία 4 από 5από Tharrrk, 8 χρόνια πριν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!Απάντηση προγραμματιστήδημοσιεύτηκε στις 7 χρόνια πρινHey,
 applied the [FIX].
 will look into the mentioned feature request when i get time.
 thanks for the suggestions and feedback.. (y)
- Βαθμολογία 4 από 5από D Range, 8 χρόνια πρινWorks for me on Firefox 58.0.1 but icon in toolbar is almost invisible. It is very light gray on white background on my system. If I knew where to find the icon I might be able to edit it for more contrast.
