Server-Side Render (SSR) Viewer
View the current page at its "first render" in the browser.
Co je Server-Side Render (SSR) Viewer?
Server-Side Render (SSR) Viewer je rozšíření Chrome vyvinuté Apartment Two, a jeho hlavní funkcí je „View the current page at its "first render" in the browser.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Server-Side Render (SSR) Viewer
Stáhněte si soubory rozšíření Server-Side Render (SSR) Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Server-Side Render (SSR) Viewer |
ID | fcfmjbgedihbeknbkbcmpnnilkgligkg |
Oficiální URL | https://chromewebstore.google.com/detail/server-side-render-ssr-vi/fcfmjbgedihbeknbkbcmpnnilkgligkg |
Popis | View the current page at its "first render" in the browser. |
Velikost souboru | 81.47 KB |
Počet instalací | 609 |
Aktuální Verze | 1.1.0 |
Poslední Aktualizace | 2021-08-31 |
Datum Vydání | 2021-08-31 |
Vývojář | Apartment Two |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |