--- layout: plugins title: Plugin Search description: Search here for Apache Cordova plugins published on NPM. ---

Cordova Plugins

What is a Cordova plugin?

A plugin is a bit of add-on code that provides JavaScript interface to native components. They allow your app to use native device capabilities beyond what is available to pure web apps.

Below is a list of Apache Cordova core plugins. Each card contains important information about the plugin.

{% cdv_platform inject %}
{% for plugin in site.data.plugins %}

{{ plugin.title }}

{{ plugin.packageName }}
    {% for platform in plugin.supportedPlatforms %}
  • {% endfor %}
cordova plugin add {{ plugin.packageName }}
{% endfor %}
Check npmjs for third-party plugins.