Flowgiri - Webflow chrome extension

Just Copy & Paste Webflow components and start building your website easily, and effortlessly with Flowgiri Chrome Extension.

Flowgiri - Webflow chrome extension란 무엇입니까?

Flowgiri - Webflow chrome extension은(는) Mansurul Haque에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Just Copy & Paste Webflow components and start building your website easily, and effortlessly with Flowgiri Chrome Extension."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Flowgiri - Webflow chrome extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Unleash your Webflow Development potential with the Flowgiri Chrome Extention. Simply copy and paste our pre-build Webflow template and components to begin your website development effortlessly with the Flowgiri Chrome Extension.

Flowgiri- the best Webflow resources library with thousands of pre-made resources at your fingertips to make Webflow website designing faster than ever before. Save your time, and energy and make more with our pre-designed web templates, pages and sections.

Just Copy & Paste components into your Webflow project and start building your website now.


Features:


✓ Best Webflow assets to design professional websites faster.
✓ Bunch of free components libraries.
✓ Copy & Paste components to create websites easily and quickly.
✓  Stunning web template libraries by many categories like Portfolio, Business consultant, SEO tools, etc.
✓  You can get all the web page libraries you need for your website, including landing pages, pricing, about us, and more.
✓  Crucial web section libraries including navigation, header, product, footer, and others.

NOTE: Flowgiri offers Free and Paid components.                    

확장 프로그램 기본 정보

이름 Flowgiri - Webflow chrome extension Flowgiri - Webflow chrome extension
ID pdfpadfnpoamcfdbmheheaecihhhobbp
공식 URL https://chromewebstore.google.com/detail/flowgiri-webflow-chrome-e/pdfpadfnpoamcfdbmheheaecihhhobbp
설명 Just Copy & Paste Webflow components and start building your website easily, and effortlessly with Flowgiri Chrome Extension.
파일 크기 292 KB
설치 횟수 599
현재 버전 1.0.1
최근 업데이트 2023-02-01
출시 날짜 2023-01-21
평점 5.00/5 총 7 개의 평점
개발자 Mansurul Haque
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://flowgiri.com/
도움말 페이지 URL https://flowgiri.com/terms-of-use
개인정보 보호 정책 페이지 URL https://flowgiri.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flowgiri - Webflow chrome extension",
    "version": "1.0.1",
    "description": "Just Copy & Paste Webflow components and start building your website easily, and effortlessly with Flowgiri Chrome Extension.",
    "manifest_version": 3,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/webflow.com\/*"
            ],
            "js": [
                "assets\/js\/jquery-3.6.1.min.js",
                "assets\/js\/app.js"
            ],
            "css": [
                "assets\/css\/app.css"
            ],
            "run_at": "document_end"
        }
    ],
    "author": "Mansurul Haque",
    "action": {
        "default_popup": "index.html",
        "default_title": "Flowgiri",
        "default_icon": {
            "16": "\/assets\/Icons\/icon16.png"
        }
    },
    "icons": {
        "16": "\/assets\/Icons\/icon16.png",
        "32": "\/assets\/Icons\/icon32.png",
        "48": "\/assets\/Icons\/icon48.png",
        "128": "\/assets\/Icons\/icon128.png"
    }
}