Webflow Code Exporter

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

Vad är Webflow Code Exporter?

Webflow Code Exporter är en Chrome-tillägg utvecklad av Webcited, och dess huvudfunktion är "Webflow Code Exporter helps you download production ready code of Made In Webflow Websites For Free".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Webflow Code Exporter-förlängningens CRX-fil

Ladda ner Webflow Code Exporter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Webflow Code Exporter Webflow Code Exporter
ID hndfhngkfilifocejcpemadblknkmkjn
Officiell webbadress https://chromewebstore.google.com/detail/webflow-code-exporter/hndfhngkfilifocejcpemadblknkmkjn
Beskrivning Webflow Code Exporter helps you download production ready code of Made In Webflow Websites For Free
Filstorlek 574 KB
Antal Installationer 445
Aktuell Version 0.0.1
Senast Uppdaterad 2020-12-27
Publiceringsdatum 2020-12-26
Betyg 1.00/5 Totalt 6 Betyg
Utvecklare Webcited
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://webcited.co/?utm-cextenstion
Hjälpsida URL https://www.buymeacoffee.com/webcited
Stödda Språk 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'"
}