Why doesn't the kitten example in the Chrome extension development tutorial load any images?

前端 未结 3 777
一个人的身影
一个人的身影 2021-02-14 23:35

In the Getting Started page, we\'re promised kittenish goodness from Flickr. Putting the extension together according to the instructions, no kittenish goodness materializes. In

3条回答
  •  礼貌的吻别
    2021-02-15 00:01

    There's a bug in the popup.js file on line 40. The reference to kittensOnFlickr_ should be searchOnFlickr_ instead. Fix and reload, and tada, kitteh.

提交回复
热议问题