Webflow Code Exporter

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

Was ist Webflow Code Exporter?

Webflow Code Exporter ist eine Chrome-Erweiterung, die von Webcited entwickelt wurde, und ihr Hauptmerkmal ist "Webflow Code Exporter helps you download production ready code of Made In Webflow Websites For Free".

Erweiterungsscreenshots

screenshot
screenshot

Webflow Code Exporter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Webflow Code Exporter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Webflow Code Exporter Webflow Code Exporter
ID hndfhngkfilifocejcpemadblknkmkjn
Offizielle URL https://chromewebstore.google.com/detail/webflow-code-exporter/hndfhngkfilifocejcpemadblknkmkjn
Beschreibung Webflow Code Exporter helps you download production ready code of Made In Webflow Websites For Free
Dateigröße 574 KB
Installationsanzahl 445
Aktuelle Version 0.0.1
Letztes Update 2020-12-27
Veröffentlichungsdatum 2020-12-26
Bewertung 1.00/5 Insgesamt 6 Bewertungen
Entwickler Webcited
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://webcited.co/?utm-cextenstion
Hilfeseite URL https://www.buymeacoffee.com/webcited
Unterstützte Sprachen 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'"
}