fix(contextMenus/global_context_search): add error handling, improve menu...
Brought to you by:
tomkozak
Originally created by: IshitaSingh0822
This PR improves the global_context_search context menu extension with bug fixes,
better error handling, and a UX improvement to menu item titles.
manifest.json1.1 to 1.2"tabs" permission (required for safe tab creation)background.jscontextMenus.create and contextMenus.remove chrome.runtime.lastError checks — previously errors were silently ignoredSearch Google ${locale} for "%s" tab is undefined (e.g. on chrome:// pages) index only when tab is availablechrome://extensions/ in developer mode
Originally posted by: google-cla[bot]
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
Originally posted by: IshitaSingh0822
Hi maintainers, just a gentle reminder for review.
Thanks!