공부
[Chrome] extension Icon Manifest
승가비
2020. 5. 2. 18:18
728x90
{
...
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
}
https://stackoverflow.com/questions/46459939/chrome-extension-icon-manifest
Chrome Extension Icon Manifest
How to change Chrome Extension icon in this page? Here's my manifest code : { "manifest_version": 2, "name": "Demo", "description": "This is demo.", "version": "1.0", "browser_action"...
stackoverflow.com
728x90