Webflow Code Exporter

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

Apa itu Webflow Code Exporter?

Webflow Code Exporter adalah ekstensi Chrome yang dikembangkan oleh Webcited, dan fitur utamanya adalah "Webflow Code Exporter helps you download production ready code of Made In Webflow Websites For Free".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Webflow Code Exporter

Unduh file ekstensi Webflow Code Exporter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Webflow Code Exporter Webflow Code Exporter
ID hndfhngkfilifocejcpemadblknkmkjn
URL Resmi https://chromewebstore.google.com/detail/webflow-code-exporter/hndfhngkfilifocejcpemadblknkmkjn
Deskripsi Webflow Code Exporter helps you download production ready code of Made In Webflow Websites For Free
Ukuran File 574 KB
Jumlah Instalasi 445
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2020-12-27
Tanggal Publikasi 2020-12-26
Penilaian 1.00/5 Total 6 Penilaian
Pengembang Webcited
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://webcited.co/?utm-cextenstion
URL Halaman Bantuan https://www.buymeacoffee.com/webcited
Bahasa yang Didukung 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'"
}