https://github.com/yfrommelt/chrome-inertiajs
Chrome extension to display an up-to-date Inertia.js page json in Chrome devtools panel.
https://github.com/yfrommelt/chrome-inertiajs
chrome chrome-extension devtools extension
Last synced: 5 months ago
JSON representation
Chrome extension to display an up-to-date Inertia.js page json in Chrome devtools panel.
- Host: GitHub
- URL: https://github.com/yfrommelt/chrome-inertiajs
- Owner: yfrommelt
- License: mit
- Created: 2022-03-11T16:41:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-12T09:32:42.000Z (almost 3 years ago)
- Last Synced: 2023-09-12T17:59:04.481Z (almost 3 years ago)
- Topics: chrome, chrome-extension, devtools, extension
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/inertiajs/golilfffgehhabacoaoilfgjelagablo
- Size: 447 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Inertia.js Chrome devtools extension
I design this extension to display an up-to-date Inertia.js page json in Chrome devtools panel.
## Development
```
# watch
yarn watch
# build
yarn build
```