独立的chrome应用程序 [英] Standalone chrome applications

查看:73
本文介绍了独立的chrome应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

目前我正在探索Google Chrome应用的可能性和功能。正如我看到运行chrome应用程序,我们需要通过chrome App Store分发它们。我们是否可以将应用程序开发为Chrome应用程序,而不需要向普通公众或有限的受众群发布?

是否有任何可以将它打包为本地OS可执行文件,如Windows中的.exe或MacOS中的.app。所以对于没有安装chrome的用户也可以没有任何问题。或者至少我们可以在没有提交给App Store的情况下发布。



另外我想知道我们是否可以通过chrome应用程序运行另一个应用程序?例如,我打算开发一个Java应用程序,并开始使用Chrome应用程序。

解决方案

您可以在不使用Chrome网上应用店的情况下发布Chrome应用,但必须向用户解释如何安装它,它有点棘手:他们必须在Chrome中打开扩展窗口,然后将安装文件拖到该窗口。放下后,会出现一个对话框询问他们是否需要安装它。 (他们不能只是双击文件或做任何其他简单的事情。)



Chrome应用无法直接启动原生应用,但他们可以



(您的问题的某些部分是不合语法的,所以我不能完全使用这些语言确定你在问什么,但以上是我想你问的。)


Currently I am exploring the possibilities and features of Google Chrome apps. As I see to run chrome apps we need to distribute them through chrome App Store. Could we develop a application as a chrome app, which will not need to release to general public or for a limited audience?

Is there anyway that we could package it to native OS executable like .exe in windows or .app in MacOS. So for users who doesn't have chrome installed will also can without any issue. Or at least could we distribute without submitting it to the App Store.

Also I am wondering whether we can run another application through chrome apps? For example I am planing to develop a java application and start with the chrome app.

解决方案

You can distribute a Chrome App without using the Chrome Web Store, but you'll have to explain to users how to install it, and it's a little tricky: They have to open the Extensions window in Chrome and then drag the installation file to that window. Upon dropping it, there will be a dialog asking them if they want it installed. (They can't just double-click on a file or do anything else that's easy like that.)

Chrome Apps can't directly launch native apps, but they can communicate in various ways with native apps (or any apps) once those other apps are running.

(Some parts of your question are ungrammatical, so I can't be completely sure what you're asking, but the above is what I think you're asking.)

这篇关于独立的chrome应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆