Ghost Screen
Easier comparing Figma design with its implementation for designers and developers.
Ghost Screen là gì?
Ghost Screen là một tiện ích mở rộng Chrome được phát triển bởi Ghost Screen Team, và tính năng chính của nó là "Easier comparing Figma design with its implementation for designers and developers.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ghost Screen
Tải xuống các tệp mở rộng Ghost Screen dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ghost Screen |
ID | jahomikcecjnnilgchiddkbkeonkilhh |
URL Chính Thức | https://chromewebstore.google.com/detail/ghost-screen/jahomikcecjnnilgchiddkbkeonkilhh |
Mô tả | Easier comparing Figma design with its implementation for designers and developers. |
Kích Thước Tệp | 659 KB |
Số Lần Cài Đặt | 372 |
Phiên Bản Hiện Tại | 0.0.14 |
Cập Nhật Lần Cuối | 2022-07-12 |
Ngày Phát Hành | 2020-07-04 |
Đánh Giá | 3.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Ghost Screen Team |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.ghostscreen.design |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |