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

Are Chrome Extensions supported on mobile?

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

我想创建一个扩展程序,但不确定它是否可以在移动设备上运行。

如果没有,我是否必须使用 PhoneGap 之类的服务?


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

但是,Chrome 应用程序是另一回事。有一个基于 Apache Cordova 的工具链 cca 或 Chrome Apps for Mobile,可以将应用程序编译成原生 Android/iOS 应用程序。

确保您了解扩展程序和应用程序之间的区别。

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.

还要注意 cca 翻译的应用程序的 API 限制。