Server-Side Render (SSR) Viewer
View the current page at its "first render" in the browser.
Cos'è Server-Side Render (SSR) Viewer?
Server-Side Render (SSR) Viewer è un'estensione di Chrome sviluppata da Apartment Two, e la sua funzione principale è "View the current page at its "first render" in the browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Server-Side Render (SSR) Viewer
Scarica i file di estensione Server-Side Render (SSR) Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Server-Side Render (SSR) Viewer |
ID | fcfmjbgedihbeknbkbcmpnnilkgligkg |
URL Ufficiale | https://chromewebstore.google.com/detail/server-side-render-ssr-vi/fcfmjbgedihbeknbkbcmpnnilkgligkg |
Descrizione | View the current page at its "first render" in the browser. |
Dimensione del File | 81.47 KB |
Conteggio Installazioni | 609 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2021-08-31 |
Data di Pubblicazione | 2021-08-31 |
Sviluppatore | Apartment Two |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |