-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I hope browsers can provide an API to hide/show the bookmarks bar and pinned api #689
Comments
well, you can hide bookmarks bar manually. Use keyboard command CTRL + Shift + B on Windows to toggle it. You can also right click on the bookmarks bar and unselect the corresponding option. |
Having dedicated browser profiles or better yet operating system profiles is usually preferable, as it’s comprehensive and built-in. |
@cunzaizhuyi, I just took a glance at your extension. If I'm reading the source correctly, you're currently using It looks like this use case has two feature requests:
Request (1) could potentially be addressed through the introduction of a new method on the Request (2) could potentially be addressed through the introduction of a new property on the |
Yes, you have understood my two needs very accurately. In fact, I used the setEnabled() API because I couldn't find the setPinned() API. |
This was one of the issues we discussed at TPAC. While we fully recognized the utility of this function (the idea of an extension that can give you a "clean slate" for recordings or screen sharing makes perfect sense!), we all agreed this wasn't something we wanted to expose to extensions. Though extensions do have a number of capabilities to adjust settings, we didn't think allowing an extension to override this type of user setting was desirable. Since all browsers are opposed to introducing this feature, I'm going to close this out. |
I have developed a plugin that can hide the browser extension list with one click, thereby protecting your privacy. It is very useful in certain scenarios, such as:
However, this is not enough. It would be even more helpful if we could hide the bookmarks bar along with the browser extension list.
Currently, due to browser security restrictions, it is not possible to hide the bookmarks bar.
Therefore, I hope browsers can provide an API to hide/show the bookmarks bar.
The plugin is open-source, and the code repository is here: https://github.com/cunzaizhuyi/up-mode-extension
The plugin is already online, and you can install it from the Chrome Web Store: https://chromewebstore.google.com/detail/up-mode/maiiinianakmklepgbpffmgmhpnoniem?hl=zh-CN&utm_source=ext_sidebar
The text was updated successfully, but these errors were encountered: