Skip to content
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

Open automatically on download start? #9

Open
kushagr-m opened this issue Feb 5, 2018 · 1 comment
Open

Open automatically on download start? #9

kushagr-m opened this issue Feb 5, 2018 · 1 comment

Comments

@kushagr-m
Copy link

It would be good if the sidebar opened automatically as soon as a download started.
(I will look into WebExtensions and try to make a PR for this)

@josalhor
Copy link
Contributor

After reviewing this problem I seem to find the limitation in the API itself.

When an extension that defines a sidebar is first installed, its sidebar will be opened automatically. This is intended to help the user understand that the extension includes a sidebar. Note that it's not possible for extension to open sidebars programmatically: sidebars can only be opened by the user.

Source: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/user_interface/Sidebars

I don't think we can't do anything about that :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants