Minimal Square - Webflow Chrome Extension

Supercharge your Webflow productivity with the Minimal Square Chrome Extension.

O que é Minimal Square - Webflow Chrome Extension?

Minimal Square - Webflow Chrome Extension é uma extensão do Chrome desenvolvida por Minimal Square, e sua principal característica é "Supercharge your Webflow productivity with the Minimal Square Chrome Extension.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Minimal Square - Webflow Chrome Extension

Baixe arquivos de extensão Minimal Square - Webflow Chrome Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Minimal Square is a powerful and easy-to-use Chrome extension designed specifically for Webflow users. With this extension, you can easily rename Webflow classes on-the-fly, making it easier to organize your project and keep your code clean.

With a click of a button rename classes from client-first naming convention to Webflow Marketplace-compliant naming convention.

Your previous work will be backed up so you do not need to worry.                    

Informações Básicas da Extensão

Nome Minimal Square - Webflow Chrome Extension Minimal Square - Webflow Chrome Extension
ID gjpkkbpdkgekjembbfnkhjkmbjhfpmla
URL Oficial https://chromewebstore.google.com/detail/minimal-square-webflow-ch/gjpkkbpdkgekjembbfnkhjkmbjhfpmla
Descrição Supercharge your Webflow productivity with the Minimal Square Chrome Extension.
Tamanho do Arquivo 11.17 KB
Contagem de Instalações 211
Versão Atual 1.0.1
Última Atualização 2023-12-26
Data de Publicação 2023-04-20
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Minimal Square
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Minimal Square - Webflow Chrome Extension",
    "author": "Minimal Square",
    "version": "1.0.1",
    "description": "Supercharge your Webflow productivity with the Minimal Square Chrome Extension.",
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.js",
                "assets\/content-script-loader.injected.js"
            ],
            "matches": [
                "https:\/\/*.design.webflow.com\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "assets\/index.js.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.design.webflow.com\/*"
            ],
            "resources": [
                "images\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/*.design.webflow.com\/*"
            ],
            "resources": [
                "assets\/index.js",
                "assets\/injected.js"
            ],
            "use_dynamic_url": true
        }
    ]
}