---
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.
- The supported platforms are listed below the plugin name, represented by the platform icons.
- If you have any bug reports or want to contribute, you can access the plugin repo by clicking on the GitHub icon.
- If you want to identify what version of the plugin is published, you can access the npm registry by clicking on the npm icon.
{% cdv_platform inject %}
{% for plugin in site.data.plugins %}
{{ plugin.title }}
{{ plugin.packageName }}
cordova plugin add {{ plugin.packageName }}
{% endfor %}
Check npmjs for third-party plugins.