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.

Apa itu Webflow Pet Baby Cow?

Webflow Pet Baby Cow adalah ekstensi Chrome yang dikembangkan oleh https://webbae.net, dan fitur utamanya adalah "Pet Baby Cow hangs out while you design beautiful websites in Webflow. Guaranteed to boost productivity or at least make you smile.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Webflow Pet Baby Cow

Unduh file ekstensi Webflow Pet Baby Cow dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Webflow Pet Baby Cow Webflow Pet Baby Cow
ID kfehjlkcomfabemcedooakhaeigmgohp
URL Resmi https://chromewebstore.google.com/detail/webflow-pet-baby-cow/kfehjlkcomfabemcedooakhaeigmgohp
Deskripsi Pet Baby Cow hangs out while you design beautiful websites in Webflow. Guaranteed to boost productivity or at least make you smile.
Ukuran File 19.98 KB
Jumlah Instalasi 102
Versi Saat Ini 1.1
Terakhir Diperbarui 2023-05-25
Tanggal Publikasi 2023-05-24
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://webbae.net
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://webbae.net
URL Halaman Bantuan https://twitter.com/WebIsBae
URL Halaman Kebijakan Privasi https://www.webbae.net/privacy-policy
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}