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
Eメール [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'"
}