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: 3 days ago
JSON representation
View console logs and errors on any website without opening the devtools
- Host: GitHub
- URL: https://github.com/egoist/logbox
- Owner: egoist
- Created: 2020-05-11T09:56:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-25T13:50:59.000Z (almost 3 years ago)
- Last Synced: 2024-10-23T04:52:00.316Z (12 days ago)
- Language: TypeScript
- Homepage:
- Size: 97.7 KB
- Stars: 145
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - logbox
- awesome - egoist/logbox - View console logs and errors on any website without opening the devtools (TypeScript)
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
## 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
```