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.

¿Qué es Webflow Pet Baby Cow?

Webflow Pet Baby Cow es una extensión de Chrome desarrollada por https://webbae.net, y su función principal es "Pet Baby Cow hangs out while you design beautiful websites in Webflow. Guaranteed to boost productivity or at least make you smile.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Webflow Pet Baby Cow

Descarga archivos de extensión Webflow Pet Baby Cow en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Webflow Pet Baby Cow Webflow Pet Baby Cow
ID kfehjlkcomfabemcedooakhaeigmgohp
URL Oficial https://chromewebstore.google.com/detail/webflow-pet-baby-cow/kfehjlkcomfabemcedooakhaeigmgohp
Descripción Pet Baby Cow hangs out while you design beautiful websites in Webflow. Guaranteed to boost productivity or at least make you smile.
Tamaño del Archivo 19.98 KB
Cantidad de Instalaciones 102
Versión Actual 1.1
Última Actualización 2023-05-25
Fecha de Publicación 2023-05-24
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://webbae.net
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://webbae.net
URL de la Página de Ayuda https://twitter.com/WebIsBae
URL de la Página de Política de Privacidad https://www.webbae.net/privacy-policy
Idiomas Soportados 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": [
                ""
            ]
        }
    ]
}