---
title: Capacitor 插件
description: Capacitor 插件
sidebar_label: 官方插件
contributors:
- mlynch
- jcesarmobile
- ehorodyski-ionic
slug: /apis
---
# 官方插件
官方插件是由 Capacitor 团队维护的一套插件集合,提供了对常用原生 API 的访问能力。
这些插件的 API 文档如下所示。
## 官方插件列表
- [操作表 (Action Sheet)](/apis/action-sheet.md)
- [应用启动器 (App Launcher)](/apis/app-launcher.md)
- [应用 (App)](/apis/app.md)
- [后台运行器 (Background Runner)](/apis/background-runner.md)
- [条形码扫描器 (Barcode Scanner)](/apis/barcode-scanner.md)
- [浏览器 (Browser)](/apis/browser.md)
- [相机 (Camera)](/apis/camera.md)
- [剪贴板 (Clipboard)](/apis/clipboard.md)
- [Cookies](/apis/cookies.md)
- [设备 (Device)](/apis/device.md)
- [对话框 (Dialog)](/apis/dialog.md)
- [文件系统 (Filesystem)](/apis/filesystem.md)
- [地理位置 (Geolocation)](/apis/geolocation.md)
- [谷歌地图 (Google Maps)](/apis/google-maps.md)
- [触觉反馈 (Haptics)](/apis/haptics.md)
- [HTTP](/apis/http.md)
- [应用内浏览器 (InAppBrowser)](/apis/inappbrowser.md)
- [键盘 (Keyboard)](/apis/keyboard.md)
- [本地通知 (Local Notifications)](/apis/local-notifications.md)
- [运动传感器 (Motion)](/apis/motion.md)
- [网络 (Network)](/apis/network.md)
- [偏好设置 (Preferences)](/apis/preferences.md)
- [推送通知 (Push Notifications)](/apis/push-notifications.md)
- [屏幕方向 (Screen Orientation)](/apis/screen-orientation.md)
- [屏幕阅读器 (Screen Reader)](/apis/screen-reader.md)
- [分享 (Share)](/apis/share.md)
- [启动屏 (Splash Screen)](/apis/splash-screen.md)
- [状态栏 (Status Bar)](/apis/status-bar.md)
- [文本缩放 (Text Zoom)](/apis/text-zoom.md)
- [Toast 提示 (Toast)](/apis/toast.md)
- [手表功能 🧪 (Watch)](/apis/watch.md)
## GitHub
您可以在 [GitHub](https://github.com/ionic-team/capacitor-plugins) 上找到这些插件的源代码。