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.

Was ist Webflow Pet Baby Cow?

Webflow Pet Baby Cow ist eine Chrome-Erweiterung, die von https://webbae.net entwickelt wurde, und ihr Hauptmerkmal ist "Pet Baby Cow hangs out while you design beautiful websites in Webflow. Guaranteed to boost productivity or at least make you smile.".

Erweiterungsscreenshots

screenshot

Webflow Pet Baby Cow-Erweiterungs-CRX-Datei herunterladen

Laden Sie Webflow Pet Baby Cow-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Webflow Pet Baby Cow Webflow Pet Baby Cow
ID kfehjlkcomfabemcedooakhaeigmgohp
Offizielle URL https://chromewebstore.google.com/detail/webflow-pet-baby-cow/kfehjlkcomfabemcedooakhaeigmgohp
Beschreibung Pet Baby Cow hangs out while you design beautiful websites in Webflow. Guaranteed to boost productivity or at least make you smile.
Dateigröße 19.98 KB
Installationsanzahl 102
Aktuelle Version 1.1
Letztes Update 2023-05-25
Veröffentlichungsdatum 2023-05-24
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://webbae.net
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://webbae.net
Hilfeseite URL https://twitter.com/WebIsBae
URL der Datenschutzrichtlinien-Seite https://www.webbae.net/privacy-policy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}