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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Webflow Code Exporter helps you download production ready code of Made In Webflow Websites For Free"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Webflow Code Exporter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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'" } |