Webflow Pet Baby Cow

Pet Baby Cow hangs out while you design beautiful websites in Webflow. Guaranteed to boost productivity or at least make you smile.

ما هو Webflow Pet Baby Cow؟

Webflow Pet Baby Cow هو إضافة Chrome تم تطويرها بواسطة https://webbae.net، والميزة الرئيسية لها هي "Pet Baby Cow hangs out while you design beautiful websites in Webflow. Guaranteed to boost productivity or at least make you smile.".

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

screenshot

تحميل ملف CRX للإضافة Webflow Pet Baby Cow

قم بتنزيل ملفات الامتداد Webflow Pet Baby Cow بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Boost productivity and have a little fun with a pet baby cow in Webflow designer.                    

معلومات أساسية عن التمديد

الاسم Webflow Pet Baby Cow Webflow Pet Baby Cow
ID kfehjlkcomfabemcedooakhaeigmgohp
عنوان URL الرسمي https://chromewebstore.google.com/detail/webflow-pet-baby-cow/kfehjlkcomfabemcedooakhaeigmgohp
الوصف Pet Baby Cow hangs out while you design beautiful websites in Webflow. Guaranteed to boost productivity or at least make you smile.
حجم الملف 19.98 KB
عدد التثبيتات 102
النسخة الحالية 1.1
آخر تحديث 2023-05-25
تاريخ النشر 2023-05-24
تقييم 5.00/5 مجموع تقييمات 1
المطور https://webbae.net
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://webbae.net
عنوان صفحة المساعدة https://twitter.com/WebIsBae
عنوان صفحة سياسة الخصوصية https://www.webbae.net/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Webflow Pet Baby Cow",
    "version": "1.1",
    "description": "Pet Baby Cow hangs out while you design beautiful websites in Webflow. Guaranteed to boost productivity or at least make you smile.",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon.png",
            "48": "images\/icon.png",
            "128": "images\/icon.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/*.webflow.com\/design\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}