Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ygsgdbd/github-repo-radar
Enhance your GitHub repository search experience by displaying repository information directly in search results, including stars, forks, language, license and last commit.
https://github.com/ygsgdbd/github-repo-radar
chrome-extension githubapi plamso pnpm react search-enhancement tailwindcss typescript
Last synced: 22 days ago
JSON representation
Enhance your GitHub repository search experience by displaying repository information directly in search results, including stars, forks, language, license and last commit.
- Host: GitHub
- URL: https://github.com/ygsgdbd/github-repo-radar
- Owner: ygsgdbd
- License: mit
- Created: 2024-12-22T16:25:12.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2024-12-29T11:32:38.000Z (22 days ago)
- Last Synced: 2024-12-29T12:21:25.416Z (22 days ago)
- Topics: chrome-extension, githubapi, plamso, pnpm, react, search-enhancement, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 343 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Repo Radar
[![Chrome Web Store Version](https://img.shields.io/chrome-web-store/v/github-repo-radar)](https://chrome.google.com/webstore/detail/github-repo-radar)
[![Chrome Web Store Users](https://img.shields.io/chrome-web-store/users/github-repo-radar)](https://chrome.google.com/webstore/detail/github-repo-radar)
[![GitHub License](https://img.shields.io/github/license/ygsgdbd/github-repo-radar)](https://github.com/ygsgdbd/github-repo-radar/blob/main/LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/ygsgdbd/github-repo-radar/pulls)A Chrome extension that enhances your GitHub repository search experience by displaying repository information directly in search results.
![GitHub repository information displayed in Google search results](screenshots/google_search.png)
## Tech Stack
- ⚛️ **React** - UI development
- 🎨 **Tailwind CSS** - Styling
- 🧩 **Plasmo** - Extension framework
- 📦 **TypeScript** - Type safety
- 🔧 **Chrome Extension Manifest V3** - Extension architecture## Features
- 🔍 Shows repository information in Google search results
- ⭐️ Displays stars and forks count
- 📝 Shows primary programming language
- ⚖️ Displays repository license
- 🕒 Shows last update time
- 🌓 Supports dark mode
- 🔒 Privacy focused - no data collection## Roadmap
- 🔄 Support for more search engines:
- Bing
- DuckDuckGo
- Baidu
- More to come...## Installation
> ⚠️ This extension is currently under review by the Chrome Web Store. Once approved, you'll be able to install it directly from there.
### Manual Installation
1. Clone this repository
2. Run `pnpm install && pnpm build`
3. Open Chrome and go to `chrome://extensions/`
4. Enable "Developer mode" in the top right
5. Click "Load unpacked" and select the `build/chrome-mv3-dev` folder## Development
This extension is built with [Plasmo](https://docs.plasmo.com/).
### Prerequisites
- Node.js (v16 or higher)
- pnpm (recommended) or npm### Setup
```bash
# Install dependencies
pnpm install# Start development server
pnpm dev# Build for production
pnpm build# Package for distribution
pnpm package
```The development build will be in `build/chrome-mv3-dev`.
## Privacy
This extension is designed with privacy in mind:
- No data collection
- No external servers
- All processing happens locally
- Minimal permissions requiredRead our full [Privacy Policy](PRIVACY.md).
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgments
- Built with [Plasmo Framework](https://docs.plasmo.com/)
- Badges provided by [Shields.io](https://shields.io/)