Chrome Unpacked Extension Disappears

风流意气都作罢 提交于 2020-07-20 15:46:29

问题


I am currently developing a Chrome Extension, i test it as an unpacked extension in dev mode, normally the extension remains connected when restarting chrome, however suddenly it is removed every-time i close chrome with no explanation or indication that something is wrong with my extension

Any ideas what went wrong, or why this may happen?

Thanks


回答1:


What worked for me, after having lost 2 days trying almost everything:

  1. export your bookmarks...
  2. uninstall CHROME
  3. delete C:\Users\%USERNAME%\AppData\Local\Google\Chrome\
  4. install CHROME


来源:https://stackoverflow.com/questions/36594336/chrome-unpacked-extension-disappears

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!