Open in Sidebar 的评价
Open in Sidebar 作者: Soushi Atsumi
26 条评价
开发者回应
发布于 18 天前Hi, Arcami
Thanks for reviewing.
The only certain way to open in the sidebar is to right-click the link and choose 'Open in Sidebar'. The behavior of opening the link when you just press it depends on the setting of the link. I mean this extension cannot control it without right clicking.
However, other extensions (e.g. Always open in current tab) may help you.
If you have any additional questions, please feel free to ask or open an issue on GitHub.- 评分 5 / 5来自 Baki Nazik, 1 个月前Hi, the addon is great I just have a question. Do you know the Sidebery addon. In its settings, there is a place to set the title so that we can control it in css. Ex: [titlepreface*=“Sidebery”]. I wonder if you can add this feature for this addon? Since sidebarcommand has been deprecated, we cannot select the sidebar with css. Thanks.
开发者回应
发布于 1 个月前Hi, Baki Nazik
Thanks for reviewing.
I understand your requirements but I need to ask some questions because the sidebar already has the title. Conversation in this location is too hard, so can you create an issue about this on Github?
https://github.com/Soushi-Atsumi/Open-in-Sidebar/issues
If you have any questions, feel free to ask. - 评分 5 / 5来自 darlington95, 5 个月前It completely delivers the functionality I expected. It would be nice to have a browse back button if possible.
开发者回应
发布于 5 个月前Hi, darlington95
Thanks for reviewing.
I know that many users want the feature. Let me try implementing the feature later.
If you have an additional request, please let me know on GitHub.
P.S. Sadly this feature is impossible to be implemented at this time because there is no way to get the url of the sidebar. - Great extension. Thank you for sharing your knowledge. The extension is helping me a lot. It is not possible to listen to music on Youtube Music, for example, without the sidebar being open. But I imagine this is a limitation of Firefox. There is a similar feature on Edge, for example.
开发者回应
发布于 1 年前Hi, Henrique
Thanks for reviewing.
I am glad to hear that you're enjoying this extension! Certainly, the sidebar does not work in background. This is the behavior of Firefox's sidebar (and a sidebar of all most all browsers do so). - Great extension! It would be even better if it also had an optional monochromatic icon displayed in the address bar (in the same way as old Mozilla's Side View add-on) so if the user doesn't like to have the main toolbar overcrowded by extension icons, they can have quick access to the tool without a need to search for it on the long list of add-ons.
开发者回应
发布于 1 年前Hi, Jed
Thanks for reviewing.
It may be great idea but I want to ask you why this extension need to have a monochromatic icon displayed in the address bar. Please tell me if you have usage examples.
Edit:
The icon in the address bar is not intended to avoid overcrowded so I don't add this at this time. - 评分 5 / 5来自 Gokul Soumya, 2 年前Love that the extension does not require any unnecessary permissions out of the box and only requests them when required. Great job!
开发者回应
发布于 2 年前Hi, Gokul Soumya
Thanks for reviewing.
I wonder why other extensions require many permissions. I hate it. So I develop extensions which do not require a permission as possible as it can. - 评分 5 / 5来自 Firefox 用户 16926622, 2 年前Wonderful extension, works great. also, you can easily combine this with sidebery to have vertical tabs.
just assign a keyboard shortcut for both extensions and easily switch between the two.
just change the mode to 'window' instead of 'tab' - 评分 5 / 5来自 Firefox 用户 17895934, 2 年前I love it so far. Is it possible to have the link in sidebar auto-refresh periodically?
开发者回应
发布于 2 年前Hi,
Thanks for reviewing.
Unfortunately, it is impossible. Firefox does not provide a way like this for the sidebar. - nice.
For any one want to remove the width limitation: https://superuser.com/questions/1276800/customize-the-maximum-width-of-the-firefox-sidebar
feature request:
add option to "auto detect protocol"
make dpi scale same as tab
hover on/drag the link to open in sidebar
P.S.
about dpi scale, is it possible add a toggle to switch in two custom zoom level? or sets the zoom level based on the screen resolution, just like "ffreszoom".开发者回应
发布于 2 年前Hi,
Thanks for reviewing.
> add option to "auto detect protocol"
Certainly. I should add this feature. A user don't need to choose a protocol if a link is https.
> make dpi scale same as tab
I will think about this later.
> hover on/drag the link to open in sidebar
The former requires injecting a new script to a web page. Basically I don't add a feature like this type.
The latter requires Firefox API but they don't provide the feature currently.
If you have an additional requests, please tell me by modifying this review, sending an e-mail or opening a new issue on GitHub.
P.S.
I tried to add 'make dpi scale same as tab' but it was not able to be done. A sidebar needs to get information of the page in the sidebar but it is not supported by Firefox.
I am working on adding "auto detect protocol". You can check the issue to track the status.
https://github.com/Soushi-Atsumi/Open-in-Sidebar/issues/4 - 评分 5 / 5来自 Firefox 用户 13781751, 5 年前
- 评分 5 / 5来自 Firefox 用户 16278225, 5 年前
- Works easily and as expected out of the box. Out of curiosity, does it respect Containers? That is, if I were to open Facebook Messenger in the sidebar, would it open in my Facebook Container? If not, that would be a super useful feature.
Also, the option to keep clicked links in the sidebar would be cool, or perhaps a keyboard shortcut (ctrl+shift+click? I dunno if that's already something...) that keeps them there. That way, I could follow a link in the sidebar without affecting opening a new tab. I know I can do this already with a right click, but not having to open the context menu to do it would be cool.
Another nice feature would be the ability to request a mobile site. Because mobile sites are formatted for a narrower screen, it would make some sites easier to use.
Not a big deal, just a couple suggestions. I love the no-permissions stuff. Great job!开发者回应
发布于 5 年前Hi, s20
Thank you for reviewing.
> That is, if I were to open Facebook Messenger in the sidebar, would it open in my Facebook Container?
I don't know that Facebook Container works with my extension. If Facebook Container needs to read contents of a tab, it doesn't work in the sidebar because it cannot read contents in the sidebar. If Facebook Container just blocks contents (like Adblock) it maybe work.
> I love the no-permissions stuff.
It is what Firefox users want.
My add-ons have been improved by requesting features. Please feel free to let me know should you have additional questions or feedback. - 评分 5 / 5来自 Saizō Kurosaki, 5 年前
开发者回应
发布于 5 年前Hi, Teobaldo
Thank you for reviewing.
> It would be great if we could open URL like file:/// pages too.
I tried to open a file:/// page and it failed.
However, I think this is ideal behavior. If an add-on can open any local files, malicious developers can read and send all of files which include password, personal data and etc. Of course, my all add-ons do not read any personal data (and it is impossible because I published my source codes on github), yet add-ons must behave like this to protect users, I think.
> Congrats for the extensions! "No permissions needed" is awesome.
This is what I am hoping for all add-ons.
My add-ons have been improved by requesting features. I was glad to receive your requesting even if it could not be realized.开发者回应
发布于 5 年前Hi, kweensey
Thank you for reviewing.
A tab-specific sidebar may be really useful idea, but i have not added it because nobody requested it. I will add this feature.
However, the sidebar appears in all tabs even if this feature is enabled. This is a behavior of Firefox, so this extension cannot prevent it.
I am sorry to be late for replying. Please feel free to let me know should you have additional questions or feedback.- 评分 5 / 5来自 Nils Trieu, 6 年前Neat and really helpful! Please add an option to show/hide "Open in Sidebar" when we right click a bookmark item. Also a keyboard shortcut to send current tab into sidebar would be a huge timesaver. Thank you for your great work!
开发者回应
发布于 6 年前Hi, Nils Trieu
Thank you for reviewing.
> Please add an option to show/hide "Open in Sidebar" when we right click a bookmark item.
I was thinking about the feature of "Open the bookmark in the sidebar" for long time. It is a useful feature but it requires "bookmark permission"; it is a strong permission. I make my extensions not require permissions as much as possible, so I have not added the feature at this update.
> Also a keyboard shortcut to send current tab into sidebar would be a huge timesaver.
A keyboard shortcut may conflict another one of other extensions. So I have added a similar feature.
Thanks to your feedback, my extension is being more useful. Please feel free to let me know should you have additional questions or feedback. - 评分 5 / 5来自 Firefox 用户 14529174, 6 年前Absolutely fantastic. I use this to create another instance of the Gmail tool sidebar. This allows me to edit notes in Google Keep while editing Tasks and the Calendar.
I would appreciate Container integration. I use Mozilla's container extension to keep my work and personal Gmail logged-in at the same time. It would be great to open the same source with different containers in the sidebar.开发者回应
发布于 6 年前Hi,
Thank you for reviewing.
The new features of version 2.1 helps you to use Gmail quicker. I am happy if you and users enjoy the new features. - 评分 5 / 5来自 Firefox 用户 13423751, 7 年前Installed and worked right out of the box. This is how software should work.