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 https://finsweet.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A suite of F'in sweet tools to improve your Webflow development experience."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Finsweet Extension for Webflow एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
            ]
        }
    ]
}