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
Eメール [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": [
                ""
            ]
        }
    ]
}