google-chrome - Chrome 中打包应用程序与旧版打包应用程序之间的区别

标签 google-chrome google-chrome-extension google-chrome-app

基本上打包应用不会出现在 Chrome 应用商店中,但旧版打包应用会出现。 documentation指出

Warning: All content in this doc refers to the legacy version of packaged apps. Your legacy packaged apps will still work, but you won't have access to any of the new APIs. Check out the new version of packaged apps; otherwise, you're missing out!

问题是,当使用旧版打包应用而不是打包应用时,您会错过什么? (除了没有出现在 Chrome 应用商店中之外)

最佳答案

更好的窗口几何控制(在浏览器外部打开)、安全性、访问更强大的 API 等。

参见http://developer.chrome.com/apps/about_apps.html

关于google-chrome - Chrome 中打包应用程序与旧版打包应用程序之间的区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14850788/

相关文章:

javascript - 在日期字段中设置日期将其设置为前一天

javascript - Uncaught ReferenceError : webkitNotifications is not defined

jquery - 为什么我的 bx-slider 不显示 chrome 中的图像?

javascript - 有没有办法获取 chrome/firefox 中整个网页发生的错误列表

google-chrome - 在 Chrome 的 --single-process 模式下无法访问 localStorage

Javascript - 变量可以保留其值的深度有多深?

google-chrome-extension - 无法将应用上传到 Chrome 网上应用店 - "This item is not an app, please remove app section from manifest."

google-chrome-extension - 创建扩展以防止下载文件

javascript - 在 Chrome 应用程序关闭应用程序窗口时关闭 Websocket

electron - 使用Electron开发适用于Chrome操作系统的应用