https://github.com/michaelyuhe/open-graph-checker
https://github.com/michaelyuhe/open-graph-checker
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michaelyuhe/open-graph-checker
- Owner: MichaelYuhe
- License: mit
- Created: 2024-01-07T06:45:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-09T04:07:35.000Z (over 1 year ago)
- Last Synced: 2024-11-16T15:35:07.099Z (6 months ago)
- Language: TypeScript
- Size: 1.5 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open Graph Checker
Check your site's open graph meta tags at ease.
[Download in Chrome Web Store](https://chromewebstore.google.com/detail/open-graph-checker/oaidiikhhnkckmbgncnmgpbldfemeokf)
Generated from [Chrome Extension Starter](https://github.com/MichaelYuhe/chrome-extension-starter)
## Development
```bash
# Install dependencies
pnpm install# Development
pnpm dev# Build
pnpm build
```