az0 / linkgopher

Firefox/Google Chrome add-on: Extracts all links from web page, sorts them, removes duplicates, and displays them in a new tab for inspection or copy and paste into other systems.
GNU General Public License v3.0
257 stars 56 forks source link

chrome.extension.getURL is deprecated since Chrome 58. #59

Closed BilalAslim closed 1 year ago

BilalAslim commented 1 year ago

See: https://developer.chrome.com/docs/extensions/reference/extension/#method-getURL

BilalAslim commented 1 year ago

I have the fix for this ready, but I dont have permission to make a branch/pull request