Filant: Open web components in your editor

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

Cos'è Filant: Open web components in your editor?

Filant: Open web components in your editor è un'estensione di Chrome sviluppata da Victor Navarro, e la sua funzione principale è "Open React.js and other web components in your editor with a single click".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Filant: Open web components in your editor

Scarica i file di estensione Filant: Open web components in your editor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Filant: Open web components in your editor Filant: Open web components in your editor
ID eilfjabonchhnfknjldhlbedoimgdkfp
URL Ufficiale https://chromewebstore.google.com/detail/filant-open-web-component/eilfjabonchhnfknjldhlbedoimgdkfp
Descrizione Open React.js and other web components in your editor with a single click
Dimensione del File 71.08 KB
Conteggio Installazioni 55
Versione Corrente 0.1.1
Ultimo Aggiornamento 2021-06-10
Data di Pubblicazione 2021-05-27
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Victor Navarro
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/pocket-apps/filant
URL della Pagina di Aiuto https://github.com/pocket-apps/filant/issues
Lingue Supportate 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"
    }
}