Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hypertrons/hypertrons-crx
A browser extension for insights into GitHub projects and developers.
https://github.com/hypertrons/hypertrons-crx
chrome-extension github hacktoberfest
Last synced: 7 days ago
JSON representation
A browser extension for insights into GitHub projects and developers.
- Host: GitHub
- URL: https://github.com/hypertrons/hypertrons-crx
- Owner: hypertrons
- License: apache-2.0
- Created: 2020-04-26T13:17:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T14:30:37.000Z (21 days ago)
- Last Synced: 2024-10-23T10:20:09.417Z (20 days ago)
- Topics: chrome-extension, github, hacktoberfest
- Language: TypeScript
- Homepage: https://crx.hypertrons.io
- Size: 3.5 MB
- Stars: 346
- Watchers: 15
- Forks: 102
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Language : English | [δΈζ](./README.zh-CN.md)
HyperCRX
[![CLA assistant](https://cla-assistant.io/readme/badge/hypertrons/hypertrons-crx)](https://cla-assistant.io/hypertrons/hypertrons-crx)
[![Slack](https://img.shields.io/badge/slack-join_chat-success.svg?logo=slack)](https://join.slack.com/t/hypertrons/shared_invite/zt-1a7tfc1tx-5YP8m59Yg~vSqiMBMeUJnQ)
[![](https://img.shields.io/badge/Data-OpenDigger-2097FF)](https://github.com/X-lab2017/open-digger)`HyperCRX` (pronounced: 'Hai-puh CRX') project aims at tracing, digging and gaining insight into the projects and developers you're interested in. We do this by inserting useful dashboards into `GitHub` pages. `HyperCRX` provides an effective way for digital operations and analysis of open source community.
## Install
[Click here to install Chrome extension](https://chrome.google.com/webstore/detail/hypercrx/ijchfbpdgeljmhnhokmekkecpbdkgabc)
[Click here to install Edge extension](https://microsoftedge.microsoft.com/addons/detail/hypercrx/lbbajaehiibofpconjgdjonmkidpcome)
For more information please refer to [Installation Guide](./INSTALLATION.md).
## Datasource
`HyperCRX` consumes data that is generated by [OpenDigger](https://github.com/X-lab2017/open-digger), which is an "open-source" project that focuses on open source analysis. The data should be updated in the 2nd day of every month.
## Dashboards π₯π₯π₯
You can find these dashboards in:
Entrance 1: GitHub User's Profile Page
Entrance 2: GitHub Repository Page
### Project Related
Project Correlation Network
Developer Collaboration Network within Project
Project Activity & OpenRank Trend
Repo Details (hover triggered)
- **Project Correlation Network**: Project Correlation Network shows the correlation between projects for a given time period. From this graph you can find the projects that are related to the given project.
- **Developer Collaboration Network within project**: Developer Collaboration Network within project shows the collaboration between active developers within the project for a given time period. From this graph you can find the active developers in the given project. What's more, you can find the collaborative relationships between these developers.
- **Project Activity & OpenRank Trend**: The Project Activity and OpenRank Trend chart presents how the two metrics have evolved since 2015. In the chart, you can zoom and drag using your mouse or touchpad, and you can toggle either of the data by clicking the legend buttons as well.
- **Repo Details**: Trends of Activity, OpenRank, Participants, Fork Events, Star Events, Open Issue Events, Issue Comment Events, Open PR Events, PR Merge Events, Review Comment Events, Merged Addition & Deletion Code Lines.
### Developer Related
Developer Collaboration Network
Developer's Most Participated Repos
Developer's Activity & OpenRank Trend
- **Developer Collaboration Network**: Developer Collaboration Network shows the collaboration between developers for a given time period. From this graph you can find other developers who are closest to a given developer.
- **Developer's Most Participated Repos**: Developer's Most Participated Repos shows the active projects of developers in a given time period. From this graph you can find out the most active repositories for a given developer.
- **Developer's Activity & OpenRank Trend**οΌThe Developer Activity and OpenRank Trend chart presents how the two metrics have evolved since 2015. In the chart, you can zoom and drag using your mouse or touchpad, and you can toggle either of the data by clicking the legend buttons as well.## OSS-GPT
OSS-GPT is an open source project document answering robot integrated with [DocsGPT](https://github.com/arc53/docsgpt) capabilities. For an already supported project, simply open the corresponding project repository home page and ask any questions you have about that repository. You can get OSS-GPT support for your open source projects through [issue#609](https://github.com/hypertrons/hypertrons-crx/issues/609).
## Contributing
Please read [CONTRIBUTING](./CONTRIBUTING.md) if you are new here or not familiar with the basic rules of Git/GitHub world.
### Requirements
1. node >= 18
2. yarn
### Quickstart
1. git clone https://github.com/hypertrons/hypertrons-crx
2. cd hypertrons-crx
3. yarn install
4. yarn run start
5. Load the freshly built unpacked extension on Chrome following:
1. Access chrome://extensions/
2. Check "Developer mode"
3. Click on "Load unpacked extension"
4. Select the "build" folder under the project root directory
5. Keep "service worker" DevTools page open ([why?](https://github.com/hypertrons/hypertrons-crx/pull/274#discussion_r811878203))
![](./assets/keep-service-worker-devtools-open.jpeg)
6. Happy hacking!
### HMR & auto-reload
If you are developing Options page or Popup page, each time you save files the pages will hot replace the modules without refreshing, which means you can see the changes right away.
However, if you are developing Background or ContentScripts, each time you save files the service worker will reload the extension automatically. And if you are developing ContentScripts, then pages that injected with ContentScripts will refresh themselves to run the newest scripts.
### Q&A
Any type of contribution is welcome, you can submit [Issue](https://github.com/hypertrons/hypertrons-crx/issues) to report bugs or ask question.
For more information please refer to [Contributing Guide](./CONTRIBUTING.md).
Message us on Slack.