我已经在stackoverflow上阅读了这篇文章:
您可以在应用模式下运行Chrome。
窗:
Chrome.exe --app = https://google.com
苹果:
/ Applications / Google \ Chrome.app/Contents/MacOS/Google \ Chrome --app = https://google.com
的Linux :
google-chrome --app = https://google.com这会删除所有工具栏,而不是 只是地址栏,但它肯定会增加你的房地产 无需使用Kiosk模式。
我想从Chrome扩展程序中调用此任务。我的意思是从我的扩展,如果使用点击按钮“加载在应用程序模式”然后它将运行上面的命令。我怎么打电话?
我需要的东西是这样的:
chrome.extension.runapp("Chrome.exe --app=https://google.com");
答案 0 :(得分:1)
申请仍然是独立的。 Chrome应用无法告诉您的计算机运行其他进程,包括其他Chrome进程。如果您的用户想要以应用程序的形式打开某些内容,他们仍然必须自己这样做。