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

前端 未结 8 1618
佛祖请我去吃肉
佛祖请我去吃肉 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:45

    My problem was slightly different.

    By default Eclipse saved my manifest.json as an ANSI encoded text file.

    Solution:

    • Open in Notepad
    • File -> Save As
    • select UTF-8 from the encoding drop-down in the bottom left.
    • Save

提交回复
热议问题