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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Supercharge your Webflow projects with our extension, including features to enhance your workflow and boost productivity."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Webflow Code Pro - imshaiksaif.dev 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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*"
        ]
    }
}