ViDesigns Extension for Webflow

Create, share and upload Webflow components from the Webflow Designer

O que é ViDesigns Extension for Webflow?

ViDesigns Extension for Webflow é uma extensão do Chrome desenvolvida por https://videsigns.uk, e sua principal característica é "Create, share and upload Webflow components from the Webflow Designer".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ViDesigns Extension for Webflow

Baixe arquivos de extensão ViDesigns Extension for Webflow 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

                        🚀 Changelog v1.7.5

Updated UI to match Webflow's new branding and UI! 💜

Enjoy all these fantastic features:
💜 Create and store components to expedite page creation.
🔎 Seamlessly search for components, saving you valuable time.
🚚 Export and share components with anyone for collaborative work.
🔺 Upload components effortlessly, expanding your library.
🗂 Folders - Organize your components for better accessibility.
⚙️ Backups - Never lose your components again. Automatic backups are taken once every week.


Exciting upcoming features on the horizon:
⭐️ Favourites - Mark your go-to components for quick access.
🔗 Link components to code for a streamlined development process.                    

Informações Básicas da Extensão

Nome ViDesigns Extension for Webflow ViDesigns Extension for Webflow
ID epegfofibengnfhehlblkjpaplobhlmf
URL Oficial https://chromewebstore.google.com/detail/videsigns-extension-for-w/epegfofibengnfhehlblkjpaplobhlmf
Descrição Create, share and upload Webflow components from the Webflow Designer
Tamanho do Arquivo 238 KB
Contagem de Instalações 692
Versão Atual 1.7.5
Última Atualização 2024-02-16
Data de Publicação 2023-05-04
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor https://videsigns.uk
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.videsigns.uk/extension
URL da Página de Ajuda https://join.slack.com/t/vdscommunity/shared_invite/zt-1jeqbciw0-xw6W00MF7A8KkvrRdegdwg
URL da Página de Política de Privacidade https://www.videsigns.uk/privacy-policy
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ViDesigns Extension for Webflow",
    "description": "Create, share and upload Webflow components from the Webflow Designer",
    "version": "1.7.5",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "32": "32x32.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/webflow.com\/design*",
                "https:\/\/*.design.webflow.com\/*"
            ],
            "css": [
                "index.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "manifest_version": 3
}