{"id":29433757,"url":"https://github.com/serima/ogp-image-copier","last_synced_at":"2026-02-03T20:03:46.203Z","repository":{"id":297216181,"uuid":"994071964","full_name":"serima/ogp-image-copier","owner":"serima","description":"A Chrome extension that allows you to preview and copy OGP (Open Graph Protocol) images from the current page","archived":false,"fork":false,"pushed_at":"2025-06-01T06:16:24.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-13T16:37:00.788Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/serima.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-01T06:15:57.000Z","updated_at":"2025-06-01T06:16:27.000Z","dependencies_parsed_at":"2025-06-04T18:42:18.577Z","dependency_job_id":"79065950-30e0-4edf-bafb-c5aacf6ea1da","html_url":"https://github.com/serima/ogp-image-copier","commit_stats":null,"previous_names":["serima/ogp-image-copier"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/serima/ogp-image-copier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serima%2Fogp-image-copier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serima%2Fogp-image-copier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serima%2Fogp-image-copier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serima%2Fogp-image-copier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serima","download_url":"https://codeload.github.com/serima/ogp-image-copier/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serima%2Fogp-image-copier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29055621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T15:43:47.601Z","status":"ssl_error","status_checked_at":"2026-02-03T15:43:46.709Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-13T01:18:14.696Z","updated_at":"2026-02-03T20:03:46.198Z","avatar_url":"https://github.com/serima.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OGP Image Copier\n\nA Chrome extension that allows you to preview and copy OGP (Open Graph Protocol) images from the current page.\n\n## Features\n\n- 📸 **Automatic OGP Detection**: Automatically finds and displays OGP images from web pages\n- 🖼️ **Image Preview**: View images directly in the popup\n- 📋 **URL Copying**: Copy image URLs to clipboard\n- 🎨 **Image Copying**: Copy image data directly to clipboard\n- ✨ **Beautiful UI**: Modern and user-friendly design\n\n## Supported Image Sources\n\nThe extension searches for images in the following meta tags (in priority order):\n\n1. `meta[property=\"og:image\"]`\n2. `meta[property=\"og:image:url\"]`\n3. `meta[name=\"og:image\"]`\n4. `meta[name=\"twitter:image\"]`\n5. `meta[property=\"twitter:image\"]`\n6. `meta[name=\"twitter:image:src\"]`\n\n## Installation\n\n### From Chrome Web Store (Not Published Yet)\n\nCurrently in development - manual installation required.\n\n### Manual Installation\n\n1. Download or clone this repository\n2. Open Chrome and navigate to `chrome://extensions/`\n3. Enable \"Developer mode\" in the top right\n4. Click \"Load unpacked\"\n5. Select the downloaded folder\n\n## Usage\n\n1. Navigate to a webpage with OGP images\n2. Click the extension icon in the browser toolbar\n3. Preview the detected image\n4. Use the available buttons:\n   - **📋 Copy Image URL**: Copy the image URL to clipboard\n   - **🖼️ Copy Image**: Copy the image data to clipboard\n\n## File Structure\n\n```\nogp-image-copier/\n├── manifest.json      # Extension configuration\n├── content.js         # Script to extract OGP info from pages\n├── popup.html         # Popup interface HTML\n├── popup.js           # Popup functionality and interactions\n└── README.md          # This file\n```\n\n## Technical Specifications\n\n- **Manifest Version**: 3\n- **Required Permissions**:\n  - `activeTab`: Access to active tab information\n  - `clipboardWrite`: Write access to clipboard\n- **Supported Browsers**: Chrome (Manifest V3 compatible)\n\n## Development\n\n### Setup Development Environment\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/serima/ogp-image-copier.git\n   cd ogp-image-copier\n   ```\n\n2. Load as unpacked extension in Chrome (same as manual installation steps above)\n\n### Architecture\n\n- `manifest.json`: Extension metadata and permissions configuration\n- `content.js`: Injected script that extracts OGP information from web pages\n- `popup.html`: User interface displayed when extension icon is clicked\n- `popup.js`: Controls popup behavior and user interactions\n\n## License\n\nMIT License\n\n## Contributing\n\nPull requests and issues are welcome.\n\n## Known Issues\n\n- Some sites may fail to load images due to CORS restrictions\n- Relative URL resolution may not handle all edge cases correctly\n\n## Changelog\n\n### v1.0\n- Initial release\n- OGP image detection and display\n- Image URL and image data copying functionality\n- Responsive popup UI design","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserima%2Fogp-image-copier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserima%2Fogp-image-copier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserima%2Fogp-image-copier/lists"}