Webflow Code Exporter

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

Что такое Webflow Code Exporter?

Webflow Code Exporter - это расширение Chrome, разработанное Webcited, и его основная функция - "Webflow Code Exporter helps you download production ready code of Made In Webflow Websites For Free".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Webflow Code Exporter

Скачайте файлы расширений Webflow Code Exporter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Webflow Code Exporter Webflow Code Exporter
ID hndfhngkfilifocejcpemadblknkmkjn
Официальный URL https://chromewebstore.google.com/detail/webflow-code-exporter/hndfhngkfilifocejcpemadblknkmkjn
Описание Webflow Code Exporter helps you download production ready code of Made In Webflow Websites For Free
Размер файла 574 KB
Количество установок 445
Текущая Версия 0.0.1
Последнее Обновление 2020-12-27
Дата публикации 2020-12-26
Рейтинг 1.00/5 Всего 6 оценок
Разработчик Webcited
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://webcited.co/?utm-cextenstion
URL страницы помощи https://www.buymeacoffee.com/webcited
Поддерживаемые языки 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'"
}