Chrome extension page action appearing outside of address bar

后端 未结 1 670
感动是毒
感动是毒 2020-11-30 09:48

I wrote a Chrome Extension page action, with the following implementation:

In manifest.json:

  \"permissions\" : [
    \"declarativeContent\"
  ],
<         


        
相关标签:
1条回答
  • 2020-11-30 10:15

    It appears like this is the result of a new update to Chrome, with the developers probably reasoning that most users would not know that they had extensions installed otherwise.

    Link to announcement: https://groups.google.com/a/chromium.org/forum/#!searchin/chromium-extensions/upcoming/chromium-extensions/7As9MKhav5E/dNiZDoSCCQAJ

    It doesn't look like extension developers can do anything about this, but I really hope Google reverts this change.

    0 讨论(0)
提交回复
热议问题