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.

Hvad er Webflow Pet Baby Cow?

Webflow Pet Baby Cow er en Chrome-udvidelse udviklet af https://webbae.net, og dens hovedfunktion er "Pet Baby Cow hangs out while you design beautiful websites in Webflow. Guaranteed to boost productivity or at least make you smile.".

Udvidelsesskærmbilleder

screenshot

Download Webflow Pet Baby Cow-udvidelses-CRX-fil

Download Webflow Pet Baby Cow-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Webflow Pet Baby Cow Webflow Pet Baby Cow
ID kfehjlkcomfabemcedooakhaeigmgohp
Officiel URL https://chromewebstore.google.com/detail/webflow-pet-baby-cow/kfehjlkcomfabemcedooakhaeigmgohp
Beskrivelse Pet Baby Cow hangs out while you design beautiful websites in Webflow. Guaranteed to boost productivity or at least make you smile.
Filstørrelse 19.98 KB
Antal Installationer 102
Nuværende Version 1.1
Senest Opdateret 2023-05-25
Udgivelsesdato 2023-05-24
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://webbae.net
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://webbae.net
Hjælpeside-URL https://twitter.com/WebIsBae
URL til Fortrolighedspolitik Side https://www.webbae.net/privacy-policy
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}