Server-Side Render (SSR) Viewer
View the current page at its "first render" in the browser.
What is Server-Side Render (SSR) Viewer?
Server-Side Render (SSR) Viewer is a Chrome extension developed by Apartment Two, and its main feature is "View the current page at its "first render" in the browser.".
Extension Screenshots
Download Server-Side Render (SSR) Viewer Extension CRX File
Download Server-Side Render (SSR) Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Don't blink, you might miss it! Content flashing caused by incomplete (or incompatible) isomorphic code can be tough to catch during development cycles. This extension aims to be an easy way to preview how your server-side rendering capable application (ie. Next.js) responds to an initial web request.
Extension Basic Information
Name | Server-Side Render (SSR) Viewer |
ID | fcfmjbgedihbeknbkbcmpnnilkgligkg |
Official URL | https://chromewebstore.google.com/detail/server-side-render-ssr-vi/fcfmjbgedihbeknbkbcmpnnilkgligkg |
Description | View the current page at its "first render" in the browser. |
File Size | 81.47 KB |
Installation Count | 609 |
Current Version | 1.1.0 |
Last Updated | 2021-08-31 |
Publish Date | 2021-08-31 |
Developer | Apartment Two |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Server-Side Render (SSR) Viewer", "version": "1.1.0", "description": "View the current page at its \"first render\" in the browser.", "manifest_version": 2, "permissions": [ "activeTab", "contextMenus" ], "background": { "scripts": [ "background.bundle.js" ] }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" } } |