samuelmaddock / electron-browser-shell

A minimal, tabbed web browser with support for Chrome extensions—built on Electron.
GNU General Public License v3.0
337 stars 68 forks source link

Support yomichan #43

Open htdag opened 2 years ago

htdag commented 2 years ago

This extension needs a few more APIs.:

chrome.permissions.getAll
chrome.permissions.onAdded.addListener
chrome.permissions.onRemoved.addListener
chrome.permissions.contains
chrome.permissions.request
chrome.permissions.remove
chrome.commands.getAll
chrome.commands.onCommand.addListener
chrome.commands.reset
chrome.commands.update
chrome.tabs.captureVisibleTab
samuelmaddock commented 2 years ago

Last time I checked, I was able to get it to work with a Japanese dictionary and the in-page floating popup would appear as expected.

Did you have luck getting it to run at all?

htdag commented 2 years ago

@samuelmaddock I can't install dictionary (the setting page failed to load). image