Allow tabs to be renamed #869
Replies: 21 comments 18 replies
-
I really need this feature, both ARC and Vivaldi have this rename tab feature, this is the only reason I still have Vivaldi browser, if there is this feature then I can finally ditch Vivaldi completely and use Zen completely. This feature can greatly reduce the stress of distinguishing tabs. Although there are related plug-ins, but those plug-ins are very rudimentary and unstable, often refresh or restart the browser after the renaming is invalid, or can only rename the entire domain name, and the link only needs to change slightly, for example, the video website just automatically plays the next recommended video, the link changes, the renaming is invalid, basically completely unavailable, this function can only be achieved by the browser internally |
Beta Was this translation helpful? Give feedback.
-
Please, consider prioritize and develop this feature. This is one of the best Arc's native features. |
Beta Was this translation helpful? Give feedback.
-
Need it! |
Beta Was this translation helpful? Give feedback.
-
Right now the tabs show the current url of the open web site and this is confusing. I would like to have the tab show the name of the link, not the url please. If this web browser can fix most of the outstanding issues, it will be an outstanding browser! :) |
Beta Was this translation helpful? Give feedback.
-
Really wish this feature existed, by a Windows user. |
Beta Was this translation helpful? Give feedback.
-
i want this feature as well , as a windows user |
Beta Was this translation helpful? Give feedback.
-
I also would love this feature. When working with multiple pages that have the same name (like reviewing analytics charts, for example), it's so helpful to rename them based on the chart. A bonus request would be: when opening a bookmark which has a custom title - apply that title to the newly opened tab. |
Beta Was this translation helpful? Give feedback.
-
You can do it now. No reason to wait until Zen is as bloated as the previous favorite browser that is now dead. https://addons.mozilla.org/en-CA/firefox/search/?q=tab%20title |
Beta Was this translation helpful? Give feedback.
-
This is very important, as mentioned above. |
Beta Was this translation helpful? Give feedback.
-
Yes please. This is literally the only thing holding me back from switching to Zen from Arc. |
Beta Was this translation helpful? Give feedback.
-
Yes, please add a tab rename feature. Its a pretty simple thing for a developer to enable it please add it to your queue @j14i |
Beta Was this translation helpful? Give feedback.
-
Tab mix plus is working on support zen. onemen/TabMixPlus#371 (comment) |
Beta Was this translation helpful? Give feedback.
-
to dev, why not just add a special folder to bookmark and use it for store tab data that user can also rename tab or add folder or sync it, make ui to combine tab and the bookmark that store in special folder to make it look like using normal tab. for example. |
Beta Was this translation helpful? Give feedback.
-
Would love to see this built-in to the browser without needing mods or extensions |
Beta Was this translation helpful? Give feedback.
-
how is this not a thing yet? Please push this before stable. |
Beta Was this translation helpful? Give feedback.
-
Good News!!! |
Beta Was this translation helpful? Give feedback.
-
This is what I'm using to rename any tab by pressing F2, not ideal though // ==UserScript==
// @name Rename Tab
// @namespace Violentmonkey Scripts
// @match *
// @grant none
// @version 1.0
// @author -
// @description 24/02/2025, 10:39:10
// ==/UserScript==
window.addEventListener("keydown", event => {
const renaming = event.key === "F2";
if (renaming)
document.title = prompt("Rename Tab");
}); |
Beta Was this translation helpful? Give feedback.
-
it's part of 1.8b release |
Beta Was this translation helpful? Give feedback.
-
I would also like the feature to add tabs to the folders (Pinned tabs) for cleaner workspace (a good implementation done by ARC) |
Beta Was this translation helpful? Give feedback.
-
Yes please I was trying to move n completely from arc and started to set up. I know this is free and open source and we should not rant but i really wish i could. I am also a software developer. I tried to look at code to contribute, but I feel very overwhelmed. |
Beta Was this translation helpful? Give feedback.
-
What feature would you like to see?
I’d love to be able to rename tabs in the tabs bar. This is a killer feature of Arc for me. As a web developer, I’ll often have multiple versions of the same page open (i.e. different environments) and being able to differentiate them is very helpful.
What platform are you seeing the problem on?
macOS
Additional context
No response
~ Created automatically from issue: #261
Beta Was this translation helpful? Give feedback.
All reactions