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 هو إضافة Chrome تم تطويرها بواسطة Webcited، والميزة الرئيسية لها هي "Webflow Code Exporter helps you download production ready code of Made In Webflow Websites For Free".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Webflow Code Exporter

قم بتنزيل ملفات الامتداد Webflow Code Exporter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة المساعدة 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'"
}