Are Chrome Extensions supported on mobile?
Chrome 扩展程序在手机上运行良好吗?
我想创建一个扩展程序,但不确定它是否可以在移动设备上运行。
如果没有,我是否必须使用 PhoneGap 之类的服务?
Google Chrome 不支持移动设备上的扩展程序。
但是,Chrome 应用程序是另一回事。有一个基于 Apache Cordova 的工具链
确保您了解扩展程序和应用程序之间的区别。
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.
还要注意