By: Alvar Lagerlöf
Inspect and view changes in RSC Devtools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "RSC Devtools",
"version": "1.1.1",
"description": "React Server Components network visualizer",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"manifest_version": 3,
"devtools_page": "devtoolsPage.html",
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"assets/contentScript.js"
],
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"assets/fetchPatcherInjector.js"
],
"matches": [
"http://*/*",
"https://*/*"
]
},
{
"resources": [
"assets/readNextJsScriptTagsInjector.js"
],
"matches": [
"http://*/*",
"https://*/*"
]
}
]
} Best RSC Devtools Alternatives
Here are some Chrome extensions that are similar to RSC Devtools:
React Context DevTool
Deep Patel
GraphQL Network Inspector
warrenjday
Atomic CSS Devtools
https://astahmer.dev
VisBug
https://visbug.web.app/
Raycast Companion
Raycast
Gimli Tailwind
https://gimli.app
CSS Stacking Context inspector
Andrea Dragotta
React Scan
million
Motion DevTools
https://motion.dev
Drizzle Studio
https://drizzle.studio
Vercel
https://vercel.com
Apollo Client Devtools
https://www.apollographql.com/