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 là gì?

Webflow Pet Baby Cow là một tiện ích mở rộng Chrome được phát triển bởi https://webbae.net, và tính năng chính của nó là "Pet Baby Cow hangs out while you design beautiful websites in Webflow. Guaranteed to boost productivity or at least make you smile.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Webflow Pet Baby Cow

Tải xuống các tệp mở rộng Webflow Pet Baby Cow dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Webflow Pet Baby Cow Webflow Pet Baby Cow
ID kfehjlkcomfabemcedooakhaeigmgohp
URL Chính Thức https://chromewebstore.google.com/detail/webflow-pet-baby-cow/kfehjlkcomfabemcedooakhaeigmgohp
Mô tả Pet Baby Cow hangs out while you design beautiful websites in Webflow. Guaranteed to boost productivity or at least make you smile.
Kích Thước Tệp 19.98 KB
Số Lần Cài Đặt 102
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-05-25
Ngày Phát Hành 2023-05-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://webbae.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://webbae.net
URL Trang Trợ Giúp https://twitter.com/WebIsBae
URL Trang Chính Sách Bảo Mật https://www.webbae.net/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}