Finsweet Extension for Webflow

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

Qu'est-ce que Finsweet Extension for Webflow ?

Finsweet Extension for Webflow est une extension Chrome développée par https://finsweet.com, et sa fonction principale est "A suite of F'in sweet tools to improve your Webflow development experience.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Finsweet Extension for Webflow

Téléchargez les fichiers d'extension Finsweet Extension for Webflow au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Finsweet Extension for Webflow Finsweet Extension for Webflow
ID mjfibgdpclkaemogkfadpbdfoinnejep
URL Officiel https://chromewebstore.google.com/detail/finsweet-extension-for-we/mjfibgdpclkaemogkfadpbdfoinnejep
Description A suite of F'in sweet tools to improve your Webflow development experience.
Taille du Fichier 557 KB
Nombre d'Installations 28,070
Version Actuelle 0.17.1
Dernière Mise à Jour 2023-12-13
Date de Publication 2021-08-07
Évaluation 4.89/5 Total 72 Évaluations
Développeur https://finsweet.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.finsweet.com/extension/
URL de la Page d'Aide https://www.finsweet.com/sweetjs/
URL de la Page de Politique de Confidentialité https://www.finsweet.com/legal
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}