Webflow Code Pro - imshaiksaif.dev

Supercharge your Webflow projects with our extension, including features to enhance your workflow and boost productivity.

Webflow Code Pro - imshaiksaif.dev क्या है?

Webflow Code Pro - imshaiksaif.dev https://www.imshaiksaif.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Supercharge your Webflow projects with our extension, including features to enhance your workflow and boost productivity."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Webflow Code Pro - imshaiksaif.dev एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Webflow Code Pro is a versatile Chrome extension built to revolutionize your Webflow experience. It comes with a range of powerful, easy-to-use features that will transform the way you work on your projects. Key features include:

- Customizable Code Editor Themes: Personalize your coding environment with a selection of eye-catching themes.

- Real-Time HTML/CSS/JS Validation: Identify and fix code errors instantly, ensuring clean, error-free code in your projects.

- CMS Image Optimization: Reduce image file sizes without sacrificing quality, leading to faster-loading websites.

- Custom Pre-Built Components: Access a library of fully customizable components, streamlining your design process.

- Auto Complete Suggestions: Code faster and smarter with auto complete suggestions for HTML, CSS, and JavaScript.

Improve your Webflow experience and create better websites faster with Webflow Power Tools.                    

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

नाम Webflow Code Pro - imshaiksaif.dev Webflow Code Pro - imshaiksaif.dev
ID cngoiecadamhaokkemmocmiiibngjejk
आधिकारिक URL https://chromewebstore.google.com/detail/webflow-code-pro-imshaiks/cngoiecadamhaokkemmocmiiibngjejk
विवरण Supercharge your Webflow projects with our extension, including features to enhance your workflow and boost productivity.
फ़ाइल का आकार 1.7 MB
स्थापना संख्या 82
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2023-06-11
प्रकाशन तिथि 2023-03-13
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://www.imshaiksaif.dev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.imshaiksaif.dev/webflow-code-pro?app=webflow_code_pro
सहायता पृष्ठ URL https://www.imshaiksaif.dev/contact?app=webflow_code_pro
गोपनीयता नीति पृष्ठ URL https://www.imshaiksaif.dev/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Webflow Code Pro - imshaiksaif.dev",
    "version": "1.1.0",
    "description": "Supercharge your Webflow projects with our extension, including features to enhance your workflow and boost productivity.",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "icon-16.png",
        "24": "icon-24.png",
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "action": [],
    "content_scripts": [
        {
            "js": [
                ".\/designer.js"
            ],
            "matches": [
                "https:\/\/webflow.com\/design*"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script.js",
                "htmlmixed.js",
                "3024-night.png",
                "abcdef.png",
                "ambiance.png",
                "ayu-dark.png",
                "ayu-mirage.png",
                "base16-dark.png",
                "Base16-light.png",
                "bespin.png",
                "blackboard.png",
                "cobalt.png",
                "colorforth.png",
                "dracula.png",
                "duotone-dark.png",
                "duotone-light.png",
                "eclipse.png"
            ],
            "matches": [
                "https:\/\/*.webflow.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/webflow.com\/design*"
        ]
    }
}