Shqyrtime për Duplicate Tab
Duplicate Tab nga Skeletonxf
28 shqyrtime
- Vlerësuar me 4 yje nga 5 të mundshëmnga 13363636 përdoruesi Firefox-i, 8 vite më parëThis is an excellent extension! Thank you so much, author!
My one gripe is that right now only supports the Option-Shift-D shortcut for duplicating tabs (on OS X, different on Windows). It would be great if this was customizable. I'm used to having Command+D duplicate tabs, and it's confusing the hell out of me (I keep bookmarkin pages accidentally).
I'll be updating this to a 5* review once that function is added!Përgjigje zhvilluesi
postuar më 8 vite më parëVersion 1.5.1 now includes OPTION+SHIFT+D and COMMAND+SHIFT+D to duplicate the current tab. I wanted to make this configurable but I couldn't find a way to with the current WebExtension api. - Vlerësuar me 5 yje nga 5 të mundshëmnga lethapeace, 8 vite më parë
- Vlerësuar me 4 yje nga 5 të mundshëmnga Hazon, 8 vite më parëDuplicate works properly now but there is a delay before the duplicated tab is made active. Maybe instead of waiting for tabs.duplicate add a listener to tabs.onCreated and assume the next tab created is the duplicated one, make it active, then remove the listener.
Përgjigje zhvilluesi
postuar më 8 vite më parëI've now tried this and it is no faster at changing the focus. As the listener could in theory pickup on a created tab that wasn't made by the add on, I'm going to leave the add on as it is using .then()