Filant: Open web components in your editor

Open React.js and other web components in your editor with a single click

Qu'est-ce que Filant: Open web components in your editor ?

Filant: Open web components in your editor est une extension Chrome développée par Victor Navarro, et sa fonction principale est "Open React.js and other web components in your editor with a single click".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Filant: Open web components in your editor

Téléchargez les fichiers d'extension Filant: Open web components in your editor 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

                        Select your favorite editor among the most popular ones, install a simple plugin for your bundler of choose and now simply open React.js and other web components in your editor by right-clicking the HTML elements.                    

Informations de Base sur l'Extension

Nom Filant: Open web components in your editor Filant: Open web components in your editor
ID eilfjabonchhnfknjldhlbedoimgdkfp
URL Officiel https://chromewebstore.google.com/detail/filant-open-web-component/eilfjabonchhnfknjldhlbedoimgdkfp
Description Open React.js and other web components in your editor with a single click
Taille du Fichier 71.08 KB
Nombre d'Installations 55
Version Actuelle 0.1.1
Dernière Mise à Jour 2021-06-10
Date de Publication 2021-05-27
Évaluation 5.00/5 Total 3 Évaluations
Développeur Victor Navarro
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/pocket-apps/filant
URL de la Page d'Aide https://github.com/pocket-apps/filant/issues
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Filant: Open web components in your editor",
    "description": "Open React.js and other web components in your editor with a single click",
    "version": "0.1.1",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "action": {
        "default_popup": ".\/popup\/index.html",
        "default_icon": {
            "16": "\/images\/logo\/filant16.png",
            "32": "\/images\/logo\/filant32.png",
            "48": "\/images\/logo\/filant48.png",
            "128": "\/images\/logo\/filant128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo\/filant16.png",
        "32": "\/images\/logo\/filant32.png",
        "48": "\/images\/logo\/filant48.png",
        "128": "\/images\/logo\/filant128.png"
    }
}