Chrome says my extension's manifest file is missing or unreadable

前端 未结 8 1593
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-05 01:44

I\'m a new chrome extension developer, and I was going through the Chrome tutorial on making a \"Hello World\" extension, here\'s my code:

     {
      \"name\":         


        
8条回答
  •  一生所求
    2021-02-05 01:49

    I also encountered this issue.

    My problem was that I renamed the folder my extension was in, so all I had to do was delete and reload the extension.

    Thought this might help some people out there.

提交回复
热议问题