Ghost Screen

Easier comparing Figma design with its implementation for designers and developers.

Ghost Screen क्या है?

Ghost Screen Ghost Screen Team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easier comparing Figma design with its implementation for designers and developers."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ghost Screen एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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'"
}