MarshallOfSound / electron-devtools-installer

An easy way to ensure Chrome DevTools extensions into Electron
MIT License
1.11k stars 136 forks source link

electron: Failed to load Angular DevTools #197

Closed tossp closed 3 years ago

tossp commented 3 years ago
(node:22308) ExtensionLoadWarning: Warnings loading extension at C:\Users\ts\AppData\Local\Google\Chrome\User Data\Default\Extensions\ienfalfjdbdpebioblfackkekamfmbnh\1.0.2_0:
  Unrecognized manifest key 'browser_action'.
  Unrecognized manifest key 'minimum_chrome_version'.
  Unrecognized manifest key 'short_name'.
  Unrecognized manifest key 'update_url'.
  Permission 'activeTab' is unknown or URL pattern is malformed.
  Cannot load extension with file or directory name _metadata. Filenames starting with "_" are reserved for use by the system.
[22308:0825/075151.577:ERROR:CONSOLE(0)] "Unchecked runtime.lastError: Could not establish connection. Receiving end does not exist.", source: chrome-extension://ienfalfjdbdpebioblfackkekamfmbnh/index.html (0)
BlackHole1 commented 3 years ago

see: https://github.com/MarshallOfSound/electron-devtools-installer/pull/177

tossp commented 3 years ago

thx. @BlackHole1