Several problems with icons during Chrome Extension development
问题 It's very strange. 1 problem If I add this icon declaration to my manifest: "icons": { "16": "images/icon16.png", "48": "images/icon48.png", "128": "images/icon128.png" }, Then, when I add Extension through "Load unpacked extensions ... " it doesn't show logo But if you try to delete it, it does show AND! If I delete "48" line from manifect, it starts showing it right away. Maybe it's because I use Chrome Beta (Version 28.0.1500.20 beta) or maybe because I do something wrong. Seconds problem