gpt4 book ai didi

google-chrome-extension - Chrome 扩展 : how to display an icon in the toolbar?

转载 作者:行者123 更新时间:2023-12-04 13:57:37 33 4
gpt4 key购买 nike

我创建了一个简单的扩展,但图标没有显示在浏览器的工具栏中,事实上我看到安装了许多其他扩展,但工具栏中没有它们的图标。 list 文件中的哪个元素定义了一个图标应该在工具栏中显示一个图标?

这是使用的 list 文件,此 list 未向工具栏添加任何图标

{
// Extension ID: my_id
"key": ".....my key.......",
"name": "....any name....",
"version": "1.0",
"manifest_version": 2,
"description": "description",
"app": {
"launch": {
"local_path": "main.html"
}
},
"icons": {
"128": "icon-128.png"
},
"permissions": [
"...."
]
}

最佳答案

我遇到了这个完全相同的问题,并在顶部搜索结果中发现了这个问题。我需要的答案在 wOxxOm 的评论中在这个问题上,如果有帮助,我将其提升为答案:
该图标默认可用,但由于图标可用的工具栏宽度,它可能不可见。您可以通过单击扩展工具栏中的“拼图”,然后选择要使其可见的扩展旁边的“图钉”进行编辑。
image of "Extensions tooltip interface with options to enable extension icons.
希望这可以帮助其他对此感到困惑的人。

关于google-chrome-extension - Chrome 扩展 : how to display an icon in the toolbar?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58583188/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com