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.

Wat is Webflow Pet Baby Cow?

Webflow Pet Baby Cow is een Chrome-extensie ontwikkeld door https://webbae.net, en de belangrijkste functie is "Pet Baby Cow hangs out while you design beautiful websites in Webflow. Guaranteed to boost productivity or at least make you smile.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Webflow Pet Baby Cow

Download Webflow Pet Baby Cow-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Webflow Pet Baby Cow Webflow Pet Baby Cow
ID kfehjlkcomfabemcedooakhaeigmgohp
Officiële URL https://chromewebstore.google.com/detail/webflow-pet-baby-cow/kfehjlkcomfabemcedooakhaeigmgohp
Beschrijving Pet Baby Cow hangs out while you design beautiful websites in Webflow. Guaranteed to boost productivity or at least make you smile.
Bestandsgrootte 19.98 KB
Aantal Installaties 102
Huidige Versie 1.1
Laatst Bijgewerkt 2023-05-25
Publicatiedatum 2023-05-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://webbae.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://webbae.net
Help Pagina-URL https://twitter.com/WebIsBae
URL van de Privacybeleid Pagina https://www.webbae.net/privacy-policy
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}