Ghost Screen
Easier comparing Figma design with its implementation for designers and developers.
Ghost Screen란 무엇입니까?
Ghost Screen은(는) Ghost Screen Team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easier comparing Figma design with its implementation for designers and developers."입니다.
확장 프로그램 스크린샷
Ghost Screen 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
What's this? Extension for Google Chrome. Integration with Figma API allows you to compare a design and its implementation in one click and immediately see what needs to be fixed. Why? - No export/import: design is taken directly from Figma automatically; - No need to spend time setting up. Ghost Screen opens your site with required resolution and places the design above it in correct way; - It is convenient to compare a 1920px design and a site in a required resolution even on a 1020x768 laptop. How it works? Install from the official Chrome Store → Sign in with your Figma account → Choose a frame and its implementation to compare. Then Ghost Screen will define how to accurately lay out the design of any size on top of the site.
확장 프로그램 기본 정보
이름 | Ghost Screen |
ID | jahomikcecjnnilgchiddkbkeonkilhh |
공식 URL | https://chromewebstore.google.com/detail/ghost-screen/jahomikcecjnnilgchiddkbkeonkilhh |
설명 | Easier comparing Figma design with its implementation for designers and developers. |
파일 크기 | 659 KB |
설치 횟수 | 372 |
현재 버전 | 0.0.14 |
최근 업데이트 | 2022-07-12 |
출시 날짜 | 2020-07-04 |
평점 | 3.75/5 총 4 개의 평점 |
개발자 | Ghost Screen Team |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.ghostscreen.design |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.14", "manifest_version": 2, "default_locale": "en", "name": "__MSG_EXTENSION_NAME__", "description": "__MSG_EXTENSION_DESCRIPTION__", "permissions": [ "*:\/\/*\/*", "storage", "tabs" ], "web_accessible_resources": [ "fonts\/inter-400.woff", "fonts\/inter-400.woff2", "fonts\/inter-500.woff", "fonts\/inter-500.woff2", "styles\/fonts.css", "styles\/workspace.css", "scripts\/workspace.js" ], "background": { "page": "background.html", "persistent": true }, "icons": { "32": "icons\/32.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": "icons\/32.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-lc7RqjazxhzUTsmiv3eNlfgdnrxwEUoMKh\/DLKpdtD8=' 'sha256-rcB4pkFgiUFBpLn+uBtqGHZ4sT0Iz3JEue2tktsK4KI=' https:\/\/www.google-analytics.com; object-src 'self'" } |