我m coding a chrome browser extension and I have the problem, that I can not change the icon of the extension. I add the icon in the manifest.json and I can also see it when I click in the browser menu bar on "Extensions". But when I go in the browser on "Menu" > "Extensions", then there不是偶像。請幫我
我已經在互聯網上搜索過,但我沒有找到任何東西。我在 manifest.json 中添加了帶有“default_icon”的圖示,但該圖示只出現在瀏覽器標簽欄串列中。
uj5u.com熱心網友回復:
- 設定圖示鍵
manifest.json。
{
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
}
轉載請註明出處,本文鏈接:https://www.uj5u.com/yidong/537419.html
