Velo Filesystem

Chrome extension for managing the virtual file system in Velo by Wix

Qu'est-ce que Velo Filesystem ?

Velo Filesystem est une extension Chrome développée par Alexander Zaytsev, et sa fonction principale est "Chrome extension for managing the virtual file system in Velo by Wix".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Velo Filesystem

Téléchargez les fichiers d'extension Velo Filesystem 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

                        Downloading your Velo editor code files to file system on your computer. 
Supported Wix / Wix Studio / Wix Blocks / Editor X editors.

https://shoonia.site/velo-filesystem-chrome-extension/                    

Informations de Base sur l'Extension

Nom Velo Filesystem Velo Filesystem
ID gjmdfafehkeddjhielckakekclainbpn
URL Officiel https://chromewebstore.google.com/detail/velo-filesystem/gjmdfafehkeddjhielckakekclainbpn
Description Chrome extension for managing the virtual file system in Velo by Wix
Taille du Fichier 18.08 KB
Nombre d'Installations 114
Version Actuelle 0.7.0
Dernière Mise à Jour 2024-01-14
Date de Publication 2021-09-29
Évaluation 5.00/5 Total 1 Évaluations
Développeur Alexander Zaytsev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/shoonia/velo-filesystem
URL de la Page d'Aide https://github.com/shoonia/velo-filesystem/discussions
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Velo Filesystem",
    "version": "0.7.0",
    "description": "Chrome extension for managing the virtual file system in Velo by Wix",
    "author": {
        "email": "[email protected]"
    },
    "homepage_url": "https:\/\/github.com\/shoonia\/velo-filesystem",
    "icons": {
        "16": "icons\/velo.png",
        "48": "icons\/velo.png"
    },
    "host_permissions": [
        "https:\/\/editor.wix.com\/studio\/*",
        "https:\/\/editor.wix.com\/html\/editor\/web\/*",
        "https:\/\/blocks.wix.com\/edit\/blocks\/*",
        "https:\/\/create.editorx.com\/edit\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/velo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/editor.wix.com\/studio\/*",
                "https:\/\/editor.wix.com\/html\/editor\/web\/*",
                "https:\/\/blocks.wix.com\/edit\/blocks\/*",
                "https:\/\/create.editorx.com\/edit\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "module.js"
            ],
            "matches": [
                "https:\/\/editor.wix.com\/*",
                "https:\/\/blocks.wix.com\/*",
                "https:\/\/create.editorx.com\/*"
            ]
        }
    ]
}