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

https://github.com/plugfox/dart_chrome_extension

Chrome Copilot
https://github.com/plugfox/dart_chrome_extension

Last synced: about 1 year ago
JSON representation

Chrome Copilot

Awesome Lists containing this project

README

          

# Chrome Extension

Release:

```bash
rm -rf build .dart_tool/build/generated/web
dart run build_runner build --delete-conflicting-outputs --release
```

**WARNING:** Debugger is not working right now. You can use `print` to debug.