Webflow Code Exporter

Webflow Code Exporter helps you download production ready code of Made In Webflow Websites For Free

Webflow Code Exporter란 무엇입니까?

Webflow Code Exporter은(는) Webcited에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Webflow Code Exporter helps you download production ready code of Made In Webflow Websites For Free"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Webflow Code Exporter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Webcited is a tool for no-code developers who use webflow to create websites, Using this tool anyone can now export their webflow website code for free and host that code on their own server's which will help them save $144 annually on their webflow basic plan, This is perfect for freelancers, small business, portfolio & static websites                    

확장 프로그램 기본 정보

이름 Webflow Code Exporter Webflow Code Exporter
ID hndfhngkfilifocejcpemadblknkmkjn
공식 URL https://chromewebstore.google.com/detail/webflow-code-exporter/hndfhngkfilifocejcpemadblknkmkjn
설명 Webflow Code Exporter helps you download production ready code of Made In Webflow Websites For Free
파일 크기 574 KB
설치 횟수 445
현재 버전 0.0.1
최근 업데이트 2020-12-27
출시 날짜 2020-12-26
평점 1.00/5 총 6 개의 평점
개발자 Webcited
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://webcited.co/?utm-cextenstion
도움말 페이지 URL https://www.buymeacoffee.com/webcited
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Webflow Code Exporter helps you download production ready code of Made In Webflow Websites For Free",
    "version": "0.0.1",
    "name": "Webflow Code Exporter",
    "permissions": [
        "https:\/\/*.webcited.co\/"
    ],
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons-34.png"
    },
    "icons": {
        "128": "icons-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}