You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Describe the issue you encountered:
The remove, removeAll and create methods of chrome.contentMenus are unsupported. As a result, some extensions cannot rely on these to provide crucial functionality.
Expected behavior:
Extensions can use the remove, removeAll and create methods of chrome.contentMenus to provide crucial functionality to the end-user.
Describe the issue you encountered:
The
remove
,removeAll
andcreate
methods ofchrome.contentMenus
are unsupported. As a result, some extensions cannot rely on these to provide crucial functionality.Expected behavior:
Extensions can use the
remove
,removeAll
andcreate
methods ofchrome.contentMenus
to provide crucial functionality to the end-user.See
setupRightContext
andsetupExtensionModificationListeners
.Repro Steps:
https://github.com/jonathansampson/browser-laptop/tree/ext_pocket
chrome.app
returnsundefined
at times #4692The text was updated successfully, but these errors were encountered: