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是由Webcited开发的Chrome扩展程序,该扩展的主要功能是“Webflow Code Exporter helps you download production ready code of Made In Webflow Websites For Free”。

扩展截图

screenshot
screenshot

下载Webflow Code Exporter扩展crx文件

下载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'"
}