Ecosyste.ms: Awesome

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

https://github.com/egoist/logbox

View console logs and errors on any website without opening the devtools
https://github.com/egoist/logbox

Last synced: 8 days ago
JSON representation

View console logs and errors on any website without opening the devtools

Lists

README

        

# logbox

View console logs and errors on any website without opening the devtools, always be aware of what's happening behind the scene!

Get it on [Chrome Web Store](https://chrome.google.com/webstore/detail/logbox/cokkmeolkbchogcadikakhldbhhhichm) (the latest version is in review so it's not up to date). Firefox version coming soon or just build it yourself following the guide below.

## Preview

preview
preview 2
preview 3

## Development

```bash
yarn dev
```

Then the extension will be bundled into `extension` folder. Drag the folder to Chrome / Edge or Firefox's extension page to use it.

If you want a production build instead, run:

```bash
yarn build
```