我正在为Chrome打包一个打包的应用程序.它的启动页面将从localStorage访问数据并以HTML格式输出.但我的问题是应用程序在一个单独的窗口(shell /面板)中启动,没有滚动条.如何将滚动条带回或作为标签启动?我知道这个"launch": { "local_path": "app.html" }伎俩,但它是折旧.我正在使用"background": { "scripts": ["background.js"] }
"launch": { "local_path": "app.html" }
"background": { "scripts": ["background.js"] }
google-chrome-extension google-chrome-app
google-chrome-app ×1
google-chrome-extension ×1