Flowbase Chrome Extension

Unlock advanced features directly inside of the Webflow designer. Copy from thousands of components, free icon packs and much more!

Flowbase Chrome Extensionとは何ですか?

Flowbase Chrome ExtensionはFlowbaseによって開発されたChromeの拡張機能で、その主な機能は「Unlock advanced features directly inside of the Webflow designer. Copy from thousands of components, free icon packs and much more!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Flowbase Chrome Extension拡張機能のCRXファイルをダウンロード

Flowbase Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The Flowbase Chrome Extension unlocks advanced features directly inside of your Webflow designer. Copy from thousands of components and free icon packs, optimize your assets, add custom shortcuts, merge your classes and so much more.

Features:

✓ 2,000+ components at your fingertips (including navigations, footers, headers and more) which you can instantly copy and paste without ever leaving the Webflow designer

✓ Advanced functionality directly inside of Webflow. This currently includes features such as our Figma > Webflow Color Importer, Custom Webflow Shortcuts, Image Asset Optimizer, Class Merger & More.

✓ Thousands of SVG icons that can be added and customised in seconds by using Webflow's in-app color tools. Set hover effects and color changes with complete ease

✓ Complete Webflow Development System which helps you seamlessly build clean, consistent and scalable websites. This includes hundreds of utility elements and wireframe components that can help you speed up your builds and deliver consistent projects

✓ Access Guides to help you build more complex and advanced functionality using our simple step by step instructions. Easily implement useful scripts including datepickers, cookies, sliders and so much more

Build better, build faster with Flowbase.                    

拡張機能の基本情報

名前 Flowbase Chrome Extension Flowbase Chrome Extension
ID iknjnejdhiihfdoocnefildgbjgaeocf
公式URL https://chromewebstore.google.com/detail/flowbase-chrome-extension/iknjnejdhiihfdoocnefildgbjgaeocf
説明 Unlock advanced features directly inside of the Webflow designer. Copy from thousands of components, free icon packs and much more!
ファイルサイズ 1.54 MB
インストール数 9,294
現在のバージョン 2.2.0
最終更新日 2024-02-14
公開日 2022-03-14
評価 5.00/5 合計 10 レビュー
開発者 Flowbase
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.flowbase.co
ヘルプページのURL https://www.flowbase.co/support
プライバシーポリシーページのURL https://www.flowbase.co/legal/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Flowbase Chrome Extension",
    "description": "Unlock advanced features directly inside of the Webflow designer. Copy from thousands of components, free icon packs and much more!",
    "action": {
        "default_icon": {
            "16": "assets\/icons\/logo16-color.png",
            "48": "assets\/icons\/logo48-color.png",
            "128": "assets\/icons\/logo128-color.png"
        },
        "default_popup": "popup\/index.html",
        "default_title": "Flowbase"
    },
    "icons": {
        "48": "assets\/icons\/logo48-color.png",
        "128": "assets\/icons\/logo128-color.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/webflow.com\/design*",
                "https:\/\/*.design.webflow.com\/*"
            ],
            "css": [
                "panel\/style.css"
            ],
            "js": [
                "panel\/index.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/webflow.com\/*",
                "https:\/\/*.design.webflow.com\/*"
            ],
            "resources": [
                "assets\/images\/*",
                "assets\/icons\/*",
                "assets\/fonts\/*",
                "popup\/*",
                "integration.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "version": "2.2.0"
}