Webflow Code Exporter

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

Co to jest Webflow Code Exporter?

Webflow Code Exporter to rozszerzenie Chrome opracowane przez Webcited, a jego główną funkcją jest „Webflow Code Exporter helps you download production ready code of Made In Webflow Websites For Free”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Webflow Code Exporter

Pobierz pliki rozszerzeń Webflow Code Exporter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Webflow Code Exporter Webflow Code Exporter
ID hndfhngkfilifocejcpemadblknkmkjn
Oficjalny URL https://chromewebstore.google.com/detail/webflow-code-exporter/hndfhngkfilifocejcpemadblknkmkjn
Opis Webflow Code Exporter helps you download production ready code of Made In Webflow Websites For Free
Rozmiar pliku 574 KB
Liczba instalacji 445
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2020-12-27
Data Publikacji 2020-12-26
Ocena 1.00/5 Łącznie 6 Oceny
Deweloper Webcited
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://webcited.co/?utm-cextenstion
Adres URL Strony Pomocy https://www.buymeacoffee.com/webcited
Obsługiwane Języki 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'"
}