{"id":23675075,"url":"https://github.com/ygsgdbd/github-repo-radar","last_synced_at":"2026-04-14T06:04:34.232Z","repository":{"id":270210184,"uuid":"907036046","full_name":"ygsgdbd/github-repo-radar","owner":"ygsgdbd","description":"Enhance your GitHub repository search experience by displaying repository information directly in search results, including stars, forks, language, license and last commit.","archived":false,"fork":false,"pushed_at":"2025-01-07T09:13:47.000Z","size":352,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-07T10:24:33.743Z","etag":null,"topics":["chrome-extension","githubapi","plamso","pnpm","react","search-enhancement","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ygsgdbd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-12-22T16:25:12.000Z","updated_at":"2025-01-07T09:13:51.000Z","dependencies_parsed_at":"2024-12-29T12:23:07.841Z","dependency_job_id":"37b81226-a146-4579-b75f-efb22e176e20","html_url":"https://github.com/ygsgdbd/github-repo-radar","commit_stats":null,"previous_names":["ygsgdbd/github-repo-radar"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ygsgdbd%2Fgithub-repo-radar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ygsgdbd%2Fgithub-repo-radar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ygsgdbd%2Fgithub-repo-radar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ygsgdbd%2Fgithub-repo-radar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ygsgdbd","download_url":"https://codeload.github.com/ygsgdbd/github-repo-radar/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239708991,"owners_count":19684165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["chrome-extension","githubapi","plamso","pnpm","react","search-enhancement","tailwindcss","typescript"],"created_at":"2024-12-29T13:56:35.826Z","updated_at":"2025-12-25T00:30:15.169Z","avatar_url":"https://github.com/ygsgdbd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Repo Radar \u003cimg src=\"assets/icon.svg\" alt=\"GitHub Repo Radar Logo\" width=\"32\" height=\"32\" align=\"right\" /\u003e\n\n[![Chrome Web Store Version](https://img.shields.io/chrome-web-store/v/ahagjhfplmcmjcokpcicegacliahfckb)](https://chrome.google.com/webstore/detail/ahagjhfplmcmjcokpcicegacliahfckb)\n[![Chrome Web Store Users](https://img.shields.io/chrome-web-store/users/ahagjhfplmcmjcokpcicegacliahfckb)](https://chrome.google.com/webstore/detail/ahagjhfplmcmjcokpcicegacliahfckb)\n[![GitHub License](https://img.shields.io/github/license/ygsgdbd/github-repo-radar)](https://github.com/ygsgdbd/github-repo-radar/blob/main/LICENSE)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/ygsgdbd/github-repo-radar/pulls)\n\nA Chrome extension that enhances your GitHub repository search experience by displaying repository information directly in search results.\n\n![GitHub repository information displayed in Google search results](screenshots/google_search.png)\n\n## Tech Stack\n\n- ⚛️ **React** - UI development\n- 🎨 **Tailwind CSS** - Styling\n- 🧩 **Plasmo** - Extension framework\n- 📦 **TypeScript** - Type safety\n- 🔧 **Chrome Extension Manifest V3** - Extension architecture\n\n## Features\n\n- 🔍 Shows repository information in Google search results\n- ⭐️ Displays stars and forks count\n- 📝 Shows primary programming language\n- ⚖️ Displays repository license\n- 🕒 Shows last update time\n- 🌓 Supports dark mode\n- 🔒 Privacy focused - no data collection\n\n## Roadmap\n\n- 🔄 Support for more search engines:\n  - Bing\n  - DuckDuckGo\n  - Baidu\n  - More to come...\n\n## Installation\n\n### Chrome Web Store\n1. Visit [GitHub Repo Radar](https://chrome.google.com/webstore/detail/ahagjhfplmcmjcokpcicegacliahfckb) on Chrome Web Store\n2. Click \"Add to Chrome\" to install\n\n### Manual Installation\n1. Clone this repository\n2. Run `pnpm install \u0026\u0026 pnpm build`\n3. Open Chrome and go to `chrome://extensions/`\n4. Enable \"Developer mode\" in the top right\n5. Click \"Load unpacked\" and select the `build/chrome-mv3-dev` folder\n\n## Development\n\nThis extension is built with [Plasmo](https://docs.plasmo.com/).\n\n### Prerequisites\n- Node.js (v16 or higher)\n- pnpm (recommended) or npm\n\n### Setup\n```bash\n# Install dependencies\npnpm install\n\n# Start development server\npnpm dev\n\n# Build for production\npnpm build\n\n# Package for distribution\npnpm package\n```\n\nThe development build will be in `build/chrome-mv3-dev`.\n\n## Privacy\n\nThis extension is designed with privacy in mind:\n- No data collection\n- No external servers\n- All processing happens locally\n- Minimal permissions required\n\nRead our full [Privacy Policy](PRIVACY.md).\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nMIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- Built with [Plasmo Framework](https://docs.plasmo.com/)\n- Badges provided by [Shields.io](https://shields.io/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fygsgdbd%2Fgithub-repo-radar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fygsgdbd%2Fgithub-repo-radar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fygsgdbd%2Fgithub-repo-radar/lists"}