Webflow Code Exporter

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

Cos'è Webflow Code Exporter?

Webflow Code Exporter è un'estensione di Chrome sviluppata da Webcited, e la sua funzione principale è "Webflow Code Exporter helps you download production ready code of Made In Webflow Websites For Free".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Webflow Code Exporter

Scarica i file di estensione Webflow Code Exporter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Webflow Code Exporter Webflow Code Exporter
ID hndfhngkfilifocejcpemadblknkmkjn
URL Ufficiale https://chromewebstore.google.com/detail/webflow-code-exporter/hndfhngkfilifocejcpemadblknkmkjn
Descrizione Webflow Code Exporter helps you download production ready code of Made In Webflow Websites For Free
Dimensione del File 574 KB
Conteggio Installazioni 445
Versione Corrente 0.0.1
Ultimo Aggiornamento 2020-12-27
Data di Pubblicazione 2020-12-26
Valutazione 1.00/5 Totale 6 Valutazioni
Sviluppatore Webcited
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://webcited.co/?utm-cextenstion
URL della Pagina di Aiuto https://www.buymeacoffee.com/webcited
Lingue Supportate 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'"
}