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
Users are expecting this to work on PDFs, but I haven't found a way to make that work yet. For now, disable the extension on open PDF pages.
Should be a simple change to the manifest.
The text was updated successfully, but these errors were encountered:
content scripts can be disabled from the manifest using "exclude_matches": ["*://*/*.pdf"], but that assumes that every path that ends with .pdf is actually a pdf...
context menus need to be disabled through the api chrome.contextMenus.create
the popup icon can be grayed out through a browser action (?)
Users are expecting this to work on PDFs, but I haven't found a way to make that work yet. For now, disable the extension on open PDF pages.
Should be a simple change to the manifest.
The text was updated successfully, but these errors were encountered: