mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-21 08:33:39 +00:00
21 lines
1.0 KiB
Markdown
21 lines
1.0 KiB
Markdown
# Chrome DevTools & Firefox DevTools
|
|
## ChromeDevTools
|
|
- [devtools.chrome.com](https://devtools.chrome.com)
|
|
- [Port of Firefox's JSON Viewer](https://chrome.google.com/webstore/detail/json-viewer/efknglbfhoddmmfabeihlemgekhhnabb)
|
|
- [twitter.com/ChromeDevTools](https://twitter.com/ChromeDevTools)
|
|
- In @ChromeDevTools Network, the Copy menu is powerful for replaying network requests. Copy as Fetch API code, cURL and a Node.js fetch that includes cookie data:
|
|
|
|
<center>
|
|
[](https://twitter.com/addyosmani)
|
|
</center>
|
|
|
|
## Firefox DevTools
|
|
- [Firefox DevTools](https://developer.mozilla.org/en-US/docs/Tools/Tools_Toolbox)
|
|
- Tip: Firefox has a really nice JSON viewer built in. Transforms JSON files (and API responses) into an easy to browse & search tree.
|
|
|
|
<center>
|
|
[](https://developer.mozilla.org/en-US/docs/Tools/Tools_Toolbox)
|
|
</center>
|
|
|
|
## Other Tools
|
|
- [jsontoolbox.com](https://jsontoolbox.com/) |