Relume Chrome Extension for Webflow

Boost your productivity in Webflow with the Relume Chrome Extension.

Relume Chrome Extension for Webflow là gì?

Relume Chrome Extension for Webflow là một tiện ích mở rộng Chrome được phát triển bởi relume-chrome-developers, và tính năng chính của nó là "Boost your productivity in Webflow with the Relume Chrome Extension.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Relume Chrome Extension for Webflow

Tải xuống các tệp mở rộng Relume Chrome Extension for Webflow 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

                        ★ 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                    

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

Tên Relume Chrome Extension for Webflow Relume Chrome Extension for Webflow
ID doeokejknjdlpgkkmlbcahojmnpdlebm
URL Chính Thức https://chromewebstore.google.com/detail/relume-chrome-extension-f/doeokejknjdlpgkkmlbcahojmnpdlebm
Mô tả Boost your productivity in Webflow with the Relume Chrome Extension.
Kích Thước Tệp 936 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 49
Cập Nhật Lần Cuối 2024-03-07
Ngày Phát Hành 2022-12-04
Đánh Giá 5.00/5 Tổng số 35 Đánh Giá
Nhà Phát Triển relume-chrome-developers
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.relume.io/
URL Trang Trợ Giúp https://relumelibrary.slack.com/join/shared_invite/zt-1889u3uhd-Tgj5wFEUKLFRGolfVBlHpw#/shared-invite/email
URL Trang Chính Sách Bảo Mật https://library.relume.io/legal/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}