문제

This is probably a simple question, but I'm trying to create a Google extension without an icon, one that just runs in the background without a popup or anything. What would I put into the manifest to get this to happen?

도움이 되었습니까?

해결책

Simply remove this from the manifest.json:

...
"browser_action": {
    "default_icon": "icon.png"
},
...

Now the app will not appear in the top bar.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top