Terrance / Homely

A New Tab page replacement for Google Chrome with custom links and bookmarks/history components.
https://chrome.google.com/webstore/detail/homely/fplghnonomhbnlhdnmjpipoomkjdpeim
104 stars 30 forks source link

Edge Extension? #31

Open dlNone opened 3 months ago

dlNone commented 3 months ago

Is it possible to make a edge version? I like your extension very much. I recently wanted to migrate from Chrome to Edge. I try to install this extension in edge, but it seems there is a bug and the homepage cannot be displayed normally. __ Error handling response: TypeError: Cannot read properties of undefined (reading 'content') at chrome-extension://fplghnonomhbnlhdnmjpipoomkjdpeim/res/js/homely.js:288:61

Terrance commented 3 months ago

As Edge is just Chrome under the hood, you should be able to install and use it from the Chrome Web Store without issue:

image

Note that Edge apparently considers extensions that modify the new tab page as malicious and disables them after installation.

Error handling response: TypeError: Cannot read properties of undefined (reading 'content') at chrome-extension://fplghnonomhbnlhdnmjpipoomkjdpeim/res/js/homely.js:288:61

This looks like your settings aren't being loaded correctly -- have you used the extension in Edge before and have residual settings lying around, or restored a backup from another browser?

You can try opening Developer Tools (F12) and resetting your settings by typing into the Console tab:

chrome.storage.local.clear()