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
官方網址 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'"
}