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.

什么是Webflow Pet Baby Cow?

Webflow Pet Baby Cow是由https://webbae.net开发的Chrome扩展程序,该扩展的主要功能是“Pet Baby Cow hangs out while you design beautiful websites in Webflow. Guaranteed to boost productivity or at least make you smile.”。

扩展截图

screenshot

下载Webflow Pet Baby Cow扩展crx文件

下载Webflow Pet Baby Cow扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Webflow Pet Baby Cow Webflow Pet Baby Cow
ID kfehjlkcomfabemcedooakhaeigmgohp
官方URL https://chromewebstore.google.com/detail/webflow-pet-baby-cow/kfehjlkcomfabemcedooakhaeigmgohp
简介 Pet Baby Cow hangs out while you design beautiful websites in Webflow. Guaranteed to boost productivity or at least make you smile.
文件大小 19.98 KB
安装次数 102
当前版本 1.1
更新时间 2023-05-25
上架时间 2023-05-24
评分 5.00/5 共1次评分
开发者 https://webbae.net
电子邮箱 [email protected]
付费类型 free
扩展官网 https://webbae.net
帮助页面URL https://twitter.com/WebIsBae
隐私政策页面URL https://www.webbae.net/privacy-policy
支持的语言 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": [
                ""
            ]
        }
    ]
}