An open API service indexing awesome lists of open source software.

https://github.com/tomatoaiu/github-public-highlights

Highlight public repos on GitHub : chrome extension
https://github.com/tomatoaiu/github-public-highlights

chrome-extension chrome-extensions github highlight

Last synced: about 1 month ago
JSON representation

Highlight public repos on GitHub : chrome extension

Awesome Lists containing this project

README

          

# github-public-highlights

This tool is a Chrome extension that colors GitHub repositories based on whether they are public or private.

|public repository|private repository|
|:--|:--|
|![public repository image](./public.png)|![private repository image](./private.png)|

## Build

```shell
deno task build
```

Build output `/dist`

## Template by

- [https://github.com/keyhole0/ChromeExtensionTemplateForDeno](https://github.com/keyhole0/ChromeExtensionTemplateForDeno)