Webflow Code Exporter

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

Qu'est-ce que Webflow Code Exporter ?

Webflow Code Exporter est une extension Chrome développée par Webcited, et sa fonction principale est "Webflow Code Exporter helps you download production ready code of Made In Webflow Websites For Free".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Webflow Code Exporter

Téléchargez les fichiers d'extension Webflow Code Exporter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Webflow Code Exporter Webflow Code Exporter
ID hndfhngkfilifocejcpemadblknkmkjn
URL Officiel https://chromewebstore.google.com/detail/webflow-code-exporter/hndfhngkfilifocejcpemadblknkmkjn
Description Webflow Code Exporter helps you download production ready code of Made In Webflow Websites For Free
Taille du Fichier 574 KB
Nombre d'Installations 445
Version Actuelle 0.0.1
Dernière Mise à Jour 2020-12-27
Date de Publication 2020-12-26
Évaluation 1.00/5 Total 6 Évaluations
Développeur Webcited
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://webcited.co/?utm-cextenstion
URL de la Page d'Aide https://www.buymeacoffee.com/webcited
Langues Prises en Charge 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'"
}