Finsweet Extension for Webflow

A suite of F'in sweet tools to improve your Webflow development experience.

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

Finsweet Extension for Webflow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://finsweet.com และคุณลักษณะหลักของมันคือ "A suite of F'in sweet tools to improve your Webflow development experience."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Unlock new and powerful tools and functionalities within Webflow's Dashboard, Editor and Designer.
Functionalities include:
- Bulk 301 redirects upload.
- CSS styles sorting, editing and removal.
- Interactions, Symbols and Color swatches reordering.
- Breakpoints highlighting and removal.
- Components marketplace to copy and paste directly in your project.
- Direct integration with our Finsweet libraries like Cookie Consent or Attributes.
- Vertical Canvas Resizing.
- And much more!                    

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

ชื่อ Finsweet Extension for Webflow Finsweet Extension for Webflow
ID mjfibgdpclkaemogkfadpbdfoinnejep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/finsweet-extension-for-we/mjfibgdpclkaemogkfadpbdfoinnejep
คำอธิบาย A suite of F'in sweet tools to improve your Webflow development experience.
ขนาดไฟล์ 557 KB
จำนวนการติดตั้ง 28,070
เวอร์ชันปัจจุบัน 0.17.1
อัปเดตครั้งล่าสุด 2023-12-13
วันที่เผยแพร่ 2021-08-07
คะแนน 4.89/5 รวมทั้งหมด 72 คะแนน
ผู้พัฒนา https://finsweet.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.finsweet.com/extension/
URL หน้าช่วยเหลือ https://www.finsweet.com/sweetjs/
URL หน้านโยบายความเป็นส่วนตัว https://www.finsweet.com/legal
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Finsweet Extension for Webflow",
    "description": "A suite of F'in sweet tools to improve your Webflow development experience.",
    "version": "0.17.1",
    "manifest_version": 3,
    "author": "Finsweet",
    "permissions": [
        "storage",
        "scripting",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/webflow.com\/design*",
        "https:\/\/cdn.jsdelivr.net\/*",
        "https:\/\/my.finsweet.com\/*"
    ],
    "icons": {
        "16": "images\/fs16.png",
        "32": "images\/fs32.png",
        "48": "images\/fs48.png",
        "128": "images\/fs128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/webflow.com\/design*",
                "https:\/\/*.design.webflow.com\/*"
            ],
            "css": [
                ".\/designer\/assets\/index.css"
            ],
            "js": [
                ".\/designer\/assets\/index.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/webflow.com\/dashboard*"
            ],
            "css": [
                ".\/dashboard\/assets\/index.css"
            ],
            "js": [
                ".\/dashboard\/assets\/index.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "designer\/*",
                "images\/*"
            ],
            "matches": [
                "https:\/\/*.webflow.com\/*"
            ]
        }
    ]
}