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.

Vad är Webflow Pet Baby Cow?

Webflow Pet Baby Cow är en Chrome-tillägg utvecklad av https://webbae.net, och dess huvudfunktion är "Pet Baby Cow hangs out while you design beautiful websites in Webflow. Guaranteed to boost productivity or at least make you smile.".

Tilläggsskärmbilder

screenshot

Ladda ner Webflow Pet Baby Cow-förlängningens CRX-fil

Ladda ner Webflow Pet Baby Cow-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Webflow Pet Baby Cow Webflow Pet Baby Cow
ID kfehjlkcomfabemcedooakhaeigmgohp
Officiell webbadress https://chromewebstore.google.com/detail/webflow-pet-baby-cow/kfehjlkcomfabemcedooakhaeigmgohp
Beskrivning Pet Baby Cow hangs out while you design beautiful websites in Webflow. Guaranteed to boost productivity or at least make you smile.
Filstorlek 19.98 KB
Antal Installationer 102
Aktuell Version 1.1
Senast Uppdaterad 2023-05-25
Publiceringsdatum 2023-05-24
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://webbae.net
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://webbae.net
Hjälpsida URL https://twitter.com/WebIsBae
URL till Sekretesspolicy Sidan https://www.webbae.net/privacy-policy
Stödda Språk 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": [
                ""
            ]
        }
    ]
}