← Back to plugins Open starter Submit on GitHub
커뮤니티 플러그인
펫 카탈로그에 멋진 기능을 더해 보세요
Spotify, 캘린더, 집중, 게임, AI 도우미나 작은 데스크톱 습관 아이디어가 있나요? 공개 GitHub 저장소에서 만들고 리뷰를 요청하면, 안전하게 패키징된 버전을 OpenPets 사용자에게 제공할 수 있습니다.
Starter repo
Clone a complete example first
The starter repo includes a manifest, JavaScript entry, locale file, bundled SVG icon, README, and SDK smoke test. You can test it alone, then load that folder from OpenPets → Plugins → Developer Mode.
1
플러그인 만들기
매니페스트, JavaScript 엔트리 파일, 로케일, 번들 에셋을 준비합니다.
2
릴리스 태그 만들기
리뷰어가 정확한 소스를 고정할 수 있도록 GitHub 태그나 커밋을 공개합니다.
3
안전하게 카탈로그 등록
OpenPets는 카탈로그에 표시하기 전에 권한, 호스트, 에셋, 패키징을 검토합니다.
What to prepare
- A public GitHub repository with your plugin source.
- A plugin folder containing openpets.plugin.json, index.js, locales/en.json, and declared assets.
- A stable plugin id, semver version, minimal permissions, and exact network hosts.
- A Git tag or full commit SHA that reviewers can pin.
- A short README explaining what the plugin does and how users set it up.
Review packet
- Plugin name and plugin id.
- GitHub repo URL and plugin subdirectory.
- Release tag or commit SHA.
- Requested permissions and why each one is needed.
- Network hosts and what each host is used for.
- Any external account setup users need, such as OAuth app setup.
Copy into the GitHub issue if you are not using the form fields
Plugin name:
Plugin id:
GitHub repo URL:
Plugin subdirectory: .
Release tag or commit SHA:
Requested permissions:
- permission-name: why it is needed
Network hosts:
- host.example.com: what it is used for
External account setup:
- None, or explain OAuth/API setup users must complete
