티스토리 뷰

공부

[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

'공부' 카테고리의 다른 글

[Hive] show create table schema  (0) 2020.05.02
[Browser] read clipboard  (0) 2020.05.02
[Spring] boot runtime setting profile  (0) 2020.05.02
[Spring] swagger except controller  (0) 2020.05.02
[Jenkins] Retry a Failed Build  (0) 2020.05.02
댓글