dexterouslogic / super-simple-highlighter

A chrome extension which highlights text on a web page, and attempts to restore it on returning
GNU General Public License v3.0
144 stars 55 forks source link

No highlighting on PDFs (and other local files) #12

Open sammypanda opened 4 years ago

sammypanda commented 4 years ago

Limited functionality on local files opened in Chrome.

Errors Caught

  1. Uncaught (in promise) TypeError: Error in invocation of tabs.sendMessage(integer tabId, any message, optional object options, optional function responseCallback): Error at parameter 'tabId': Value must be at least 0. a. chrome.tabs.sendMessage(this.tabId, message, response => {

  2. Uncaught_ (in promise) Error: The extensions gallery cannot be scripted b. reject(new Error(chrome.runtime.lastError.message))