Skip to content

heming6666/hypertrons-crx

 
 

Repository files navigation

Language : US | zh-CN

Hypertrons Chrome Extension

CLA assistant

Hypertrons-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. Hypertrons-crx provides an effective way for digital operations and analysis of open source community.

Dashboards 🔥🔥🔥

You can find these dashboards in:

Entrance 1: GitHub User's Profile Page

Entrance 2: GitHub Repository Page

Project Releated

Project Correlation Network

Developer Collabration Network within project

  • 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 Collabration Network within project: Developer Collabration 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.

Developer Releated

Developer Collabration Network

Developer's Most Participated Repos

  • Developer Collabration Network: Developer Collaboration Network shows the collaboration between developers for a given time period. From this graph you can find other developers who are closet 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.

Install

Chrome also compatible with Edge Opera

For more information please refer to Installation Guide.

Contributing

Quickstart

git clone https://github.com/hypertrons/hypertrons-crx
cd hypertrons-crx
npm install
npm run watch
npm run web-ext

web-ext would open Chrome and load Hypertrons-crx into the browser automatically. And the default configuration of web-ext can be found in package.json:

{
  "webExt": {
    "sourceDir": "distribution",
    "run": {
      "keepProfileChanges": true,
      "chromiumProfile": "./test/web-ext-profile",
      "startUrl": ["https://github.com/hypertrons/hypertrons-crx"]
    }
  }
}

Q&A

Any type of contribution is welcome, you can submit Issue to report bugs or ask question。

For more information please refer to Contributing Guide.

About

Hypertrons chrome extension

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.2%
  • JavaScript 3.4%
  • CSS 1.2%
  • HTML 0.2%