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
- Host: GitHub
- URL: https://github.com/tomatoaiu/github-public-highlights
- Owner: tomatoaiu
- License: mit
- Created: 2023-05-13T14:16:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-13T14:35:03.000Z (about 3 years ago)
- Last Synced: 2025-04-04T22:07:58.448Z (about 1 year ago)
- Topics: chrome-extension, chrome-extensions, github, highlight
- Language: TypeScript
- Homepage:
- Size: 598 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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|
|:--|:--|
|||
## Build
```shell
deno task build
```
Build output `/dist`
## Template by
- [https://github.com/keyhole0/ChromeExtensionTemplateForDeno](https://github.com/keyhole0/ChromeExtensionTemplateForDeno)