PixOK, A CSS design tool for FE developers

Visual design comparison / Front-end development assistant / Color picker / Reference line / UI design aid / CSS

PixOK, A CSS design tool for FE developers क्या है?

PixOK, A CSS design tool for FE developers haozi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Visual design comparison / Front-end development assistant / Color picker / Reference line / UI design aid / CSS"।

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

screenshot
screenshot

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

crx प्रारूप में PixOK, A CSS design tool for FE developers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        It is used to assist in restoring the visual draft. You can upload or copy and paste the image from figma/sketch, etc. to the current web page and pin it. It is used to assist in the comparison between the visual draft and the real front-end restoration.

https://github.com/ha0z1/PixOK                    

एक्सटेंशन की मूल जानकारी

नाम PixOK, A CSS design tool for FE developers PixOK, A CSS design tool for FE developers
ID khobdjijiochmoombmndbjhlampfpggk
आधिकारिक URL https://chromewebstore.google.com/detail/pixok-a-css-design-tool-f/khobdjijiochmoombmndbjhlampfpggk
विवरण Visual design comparison / Front-end development assistant / Color picker / Reference line / UI design aid / CSS
फ़ाइल का आकार 584 KB
स्थापना संख्या 92
वर्तमान संस्करण 2.7.0
अंतिम अपडेट 2024-02-07
प्रकाशन तिथि 2023-04-11
डेवलपर haozi
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ha0z1/PixOK
सहायता पृष्ठ URL https://github.com/ha0z1/PixOK
गोपनीयता नीति पृष्ठ URL https://www.privacypolicygenerator.info/live.php?token=1lQiFKLRQ3UZKoMMW0BgVmwu8vPiih7g
समर्थित भाषाएँ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.7.0",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "homepage_url": "https:\/\/github.com\/ha0z1\/PixOK",
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "images\/icon_16x16.png",
        "32": "images\/icon_32x32.png",
        "48": "images\/icon_48x48.png",
        "128": "images\/icon_128x128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1kDKRfFCxXaY2zwwHurpA4xcSZwCJXXXNQagvLYXvircKrb7ht6Ho88VmlLRuFC8Rw0zNqRZKioy5bLqY0ATcmtodHHEKJrJ6\/m0e28jAlJGoVnYtHVeQRm9bZyO9s0Sn6ICJZod1TVGKJqPu5J9PW08C8gZKcgqOXOHO2aVkNXoTrQGZzDQqqXr1+9AV9Vv8NxgaLsb3gWZgwklMVILpBPerC5L+M6MD8C8j\/pV6ykAte2iCUfLHhWzaFN59Fqcz4oY+NiiYBnjmSVpM2LgCLDfvXc1I03hSNOHYM2o5mml6T8N+Th6KNEDAglnbmhfDsGlWo8pQqzsfn3eHs3xkwIDAQAB",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js",
                "app\/*",
                "images\/*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}