查找cordova插件name

在plugin目录里面找到 plugin.xml 文件,找到target标签,这个就是在js中调用的name

<js-module src="www/Camera.js" name="camera">
  <clobbers target="navigator.camera" />
</js-module>

原文地址:https://www.cnblogs.com/chengchen/p/12213054.html