Google Chrome Package Apps : How to make transparent rounded background like google hangout app?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: As shown in the below screenshot, hangout app is fully transparent and it has background-shadow applied to it as well. I tried several approach with no luck by applying css styling to "html" and "body" tag to the page and by using "frame: none" option while creating new window, but it doesn't work. How to make Google chrome package app like this? Anyone have any idea? Here is the code on which I am experimenting. mainfest.json : { "manifest_version" : 2, "name" : "Demo App", "version" : "0.1", "description" : "Demo Purpose", "app" : {