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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://webbae.net และคุณลักษณะหลักของมันคือ "Pet Baby Cow hangs out while you design beautiful websites in Webflow. Guaranteed to boost productivity or at least make you smile."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Webflow Pet Baby Cow
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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": [ " |