Server-Side Render (SSR) Viewer
View the current page at its "first render" in the browser.
Server-Side Render (SSR) Viewer란 무엇입니까?
Server-Side Render (SSR) Viewer은(는) Apartment Two에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View the current page at its "first render" in the browser."입니다.
확장 프로그램 스크린샷
Server-Side Render (SSR) Viewer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Server-Side Render (SSR) Viewer |
ID | fcfmjbgedihbeknbkbcmpnnilkgligkg |
공식 URL | https://chromewebstore.google.com/detail/server-side-render-ssr-vi/fcfmjbgedihbeknbkbcmpnnilkgligkg |
설명 | View the current page at its "first render" in the browser. |
파일 크기 | 81.47 KB |
설치 횟수 | 609 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2021-08-31 |
출시 날짜 | 2021-08-31 |
개발자 | Apartment Two |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" } } |