移动设备是否支持 Chrome 扩展程序?

Are Chrome Extensions supported on mobile?

Chrome 扩展在手机上运行良好吗?

我想创建一个扩展,但不确定它是否适用于移动设备。

如果没有,我是否必须使用像 PhoneGap 这样的服务?

Google Chrome 不支持移动设备上的扩展程序。

Chrome Apps, however, are another story. There is a toolchain, cca or Chrome Apps for Mobile,基于 Apache Cordova,可以将应用程序编译成原生 Android/iOS 应用程序。

确保您了解 differences between extensions and apps

As a rule of thumb: Choose an app if you want to develop an (independent) application that can stand on its own. If you want to interact with the browser (e.g. modify a web page), build an extension.

另请注意 API limitationscca 翻译应用。