Phonegap/Cordova 3.0 has moved into a modular design starting with version 3.0. For example, to call the device.version API, you need to include the Device plug
device.version
You can do it this way, download the plugin locally to your machine then run this code
cordova plugin add --searchpath
This will install the plugin into your project