Uladzimir Yankovich
не прочитано,31 июл. 2023 г., 04:37:1631.07.2023Отправить сообщение автору
Чтобы ответить автору, войдите в систему
Чтобы переслать сообщение, войдите в систему
У вас нет разрешения на удаление сообщений в этой группе.
Показать исходное сообщение
Возможно, адреса электронной почты являются анонимными для этой группы или вам требуется разрешение на просмотр адресов электронной почты ее участников, чтобы увидеть исходное сообщение.
– Chromium Extensions, c luo, Uladzimir Yankovich, Wang Dàpéng, Jackie Han, Chromium Extensions, Oliver Dunk, thdoan
Release 116 is coming out soon, which means we'll get sidePanel.open() and chrome.runtime.getContexts(). It is perfectly.
However, I would like to refresh other requests that are still relevant. And synchronize it with the actual plans of the Chrome team.
1. Side panel width control. Several developers have already expressed a request for this feature. And all referred to the requests of their users.
2. Side panel visibility state and events. chrome.runtime.getContexts() doesn't tell if the panel is visible. In some cases, this is critical to delivering a good UX. In addition to the ability to get the state, it would be great to have an event about changing this state.
3. Linking the side panel to the browser window. Right now, chrome.runtime.getContexts() always returns 'windowId: -1' for side panels. This is not true. Since, in fact, the panel is always attached to the window. And to determine this bundle, you have to use tricks.