Relume Chrome Extension for Webflow

Boost your productivity in Webflow with the Relume Chrome Extension.

Relume Chrome Extension for Webflowคืออะไร?

Relume Chrome Extension for Webflow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย relume-chrome-developers และคุณลักษณะหลักของมันคือ "Boost your productivity in Webflow with the Relume Chrome Extension."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        ★ Access 1,000+ Webflow components from the Relume Library, right inside of Webflow designer. Copy components into your project with 1 click.

★ Class Sync enables you to sync Relume components with updated classes in the designer, preventing class duplication. When you turn on Class Sync and paste a component, the component will adapt to match the styles of your Webflow project.

★ Paste SVGs directly into your Webflow project, with Relume's free SVG to HTML embed converter.

★ Create and save components in your own private Relume Library. Share with with clients and your team.

────────────────────

The Relume Library includes everything you need to start a Client-First Webflow project:

✓Navbars
✓Footers
✓Header sections
✓Feature sections
✓CTA sections
✓FAQ sections
✓Contact sections
✓Pricing sections
✓UI Elements (including Buttons, Accordions, Sliders, Dropdowns, Cards, Tabs & more)
✓Page Templates (including Home, About, Blog, Contact, Portfolio & more)

Browse the full library online: https://library.relume.io/dashboard

Don't waste time rebuilding layouts for every new project. Install the Relume Chrome Extension to access all of these components right inside Webflow.

────────────────────

Some features require a Relume account or paid subscription.  Find out more inside the extension or online: https://library.relume.io/pricing                    

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

ชื่อ Relume Chrome Extension for Webflow Relume Chrome Extension for Webflow
ID doeokejknjdlpgkkmlbcahojmnpdlebm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/relume-chrome-extension-f/doeokejknjdlpgkkmlbcahojmnpdlebm
คำอธิบาย Boost your productivity in Webflow with the Relume Chrome Extension.
ขนาดไฟล์ 936 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 49
อัปเดตครั้งล่าสุด 2024-03-07
วันที่เผยแพร่ 2022-12-04
คะแนน 5.00/5 รวมทั้งหมด 35 คะแนน
ผู้พัฒนา relume-chrome-developers
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.relume.io/
URL หน้าช่วยเหลือ https://relumelibrary.slack.com/join/shared_invite/zt-1889u3uhd-Tgj5wFEUKLFRGolfVBlHpw#/shared-invite/email
URL หน้านโยบายความเป็นส่วนตัว https://library.relume.io/legal/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Relume Chrome Extension for Webflow",
    "description": "Boost your productivity in Webflow with the Relume Chrome Extension.",
    "version": "49",
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "action": {
        "default_icon": "logo.png"
    },
    "optional_host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/webflow.com\/*\/*",
                "*:\/\/*.design.webflow.com\/",
                "*:\/\/*.design.webflow.com\/*"
            ],
            "world": "ISOLATED",
            "js": [
                "webflow_content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/webflow.com\/*\/*",
                "*:\/\/*.design.webflow.com\/",
                "*:\/\/*.design.webflow.com\/*"
            ],
            "world": "MAIN",
            "js": [
                "webflow_content_window.js"
            ]
        },
        {
            "matches": [
                "*:\/\/library.relume.io\/*",
                "*:\/\/www.relume.io\/*"
            ],
            "world": "ISOLATED",
            "js": [
                "relume_content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "webflow_content_window.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "clipboardRead",
        "clipboardWrite"
    ]
}