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.

Cos'è Webflow Pet Baby Cow?

Webflow Pet Baby Cow è un'estensione di Chrome sviluppata da https://webbae.net, e la sua funzione principale è "Pet Baby Cow hangs out while you design beautiful websites in Webflow. Guaranteed to boost productivity or at least make you smile.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Webflow Pet Baby Cow

Scarica i file di estensione Webflow Pet Baby Cow in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Webflow Pet Baby Cow Webflow Pet Baby Cow
ID kfehjlkcomfabemcedooakhaeigmgohp
URL Ufficiale https://chromewebstore.google.com/detail/webflow-pet-baby-cow/kfehjlkcomfabemcedooakhaeigmgohp
Descrizione Pet Baby Cow hangs out while you design beautiful websites in Webflow. Guaranteed to boost productivity or at least make you smile.
Dimensione del File 19.98 KB
Conteggio Installazioni 102
Versione Corrente 1.1
Ultimo Aggiornamento 2023-05-25
Data di Pubblicazione 2023-05-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://webbae.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://webbae.net
URL della Pagina di Aiuto https://twitter.com/WebIsBae
URL della Pagina della Politica sulla Privacy https://www.webbae.net/privacy-policy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}