Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
拡張機能の画像/アイコンを[設定]->[拡張機能]ページに表示する方法を見つけようとしています。マニフェストAPIを調べましたが、これに関連して見つけた最も近いものは、機能しなかった「アイコン」を含めることでした。
私のマニフェスト(アイコンがある場所)を見ると、次のようになっています。
{ "name": "Obviously there's more to my manifest file. Also, I'm not using manifest version 2 yet", "icons": { "128": "images/icon128.png", "16": "images/icon16.png", "48": "images/icon48.png" } }