Webflow Code Exporter
Webflow Code Exporter helps you download production ready code of Made In Webflow Websites For Free
Webflow Code Exporter là gì?
Webflow Code Exporter là một tiện ích mở rộng Chrome được phát triển bởi Webcited, và tính năng chính của nó là "Webflow Code Exporter helps you download production ready code of Made In Webflow Websites For Free".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Webflow Code Exporter
Tải xuống các tệp mở rộng Webflow Code Exporter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Webflow Code Exporter |
ID | hndfhngkfilifocejcpemadblknkmkjn |
URL Chính Thức | https://chromewebstore.google.com/detail/webflow-code-exporter/hndfhngkfilifocejcpemadblknkmkjn |
Mô tả | Webflow Code Exporter helps you download production ready code of Made In Webflow Websites For Free |
Kích Thước Tệp | 574 KB |
Số Lần Cài Đặt | 445 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2020-12-27 |
Ngày Phát Hành | 2020-12-26 |
Đánh Giá | 1.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Webcited |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://webcited.co/?utm-cextenstion |
URL Trang Trợ Giúp | https://www.buymeacoffee.com/webcited |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |