Potato Extension for Webflow

Potato is your Webflow companion, toss it into your workflow and watch it sprout with time-saving features!

Potato Extension for Webflowคืออะไร?

Potato Extension for Webflow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Harshit Agrawal และคุณลักษณะหลักของมันคือ "Potato is your Webflow companion, toss it into your workflow and watch it sprout with time-saving features!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Potato Extension for Webflow

ดาวน์โหลดไฟล์ส่วนขยาย Potato Extension for Webflow ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing Potato Extension for Webflow, the spud-tacular sidekick you never knew you needed! Designed for Webflow enthusiasts, and comes with bite-sized, time-saving features. 🥔✨

Feature 1: Effortlessly add "/16rem" using a single spacebar tap – specially crafted for Client-First lovers!
Feature 2: Copy SVG code straight from the Webflow asset panel – big timesaver!
Feature 3: Copy SVG as HTML Embed easily from the Webflow asset panel – faster workflow!
Feature 4: Instantly set inline image height and width with a single click – minimize CLS and boost performance.
Feature 5: Add Alt-text from asset name inside the asset panel – small but helpful addon!
Feature 6: Use Artificial Intelligence(AI) to add Alt-text to images present inside asset panel.
Feature 7: Class Name Helper for Style Systems – helps you name classes faster than ever!

Ready to save some time with Potato? Install it now!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Potato Extension for Webflow Potato Extension for Webflow
ID fghlhikadbbichmbfeijofnmcpgeggch
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/potato-extension-for-webf/fghlhikadbbichmbfeijofnmcpgeggch
คำอธิบาย Potato is your Webflow companion, toss it into your workflow and watch it sprout with time-saving features!
ขนาดไฟล์ 29.91 KB
จำนวนการติดตั้ง 1,205
เวอร์ชันปัจจุบัน 0.2.0
อัปเดตครั้งล่าสุด 2023-12-16
วันที่เผยแพร่ 2023-04-18
คะแนน 5.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Harshit Agrawal
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.flowchef.co/
URL หน้าช่วยเหลือ https://ha-official.notion.site/Potato-Extension-for-Webflow-1e320bc87d8243c296bb57ed8526a36a
URL หน้านโยบายความเป็นส่วนตัว https://ha-official.notion.site/Privacy-Policy-8caf5f6b87454e6d85f8174ef7cc176b
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Potato Extension for Webflow",
    "version": "0.2.0",
    "description": "Potato is your Webflow companion, toss it into your workflow and watch it sprout with time-saving features!",
    "icons": {
        "48": "images\/Potato-48.png",
        "128": "images\/Potato-128.png"
    },
    "action": {
        "default_popup": "component.html",
        "default_icon": {
            "48": "images\/Potato-48.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/webflow.com\/*",
        "*:\/\/*.design.webflow.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/webflow.com\/*",
                "*:\/\/*.design.webflow.com\/*"
            ],
            "js": [
                "scripts\/initialize.js",
                "scripts\/functions.js"
            ],
            "css": [
                "styles\/component.css"
            ]
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    }
}