Filant: Open web components in your editor

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

O que é Filant: Open web components in your editor?

Filant: Open web components in your editor é uma extensão do Chrome desenvolvida por Victor Navarro, e sua principal característica é "Open React.js and other web components in your editor with a single click".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Filant: Open web components in your editor

Baixe arquivos de extensão Filant: Open web components in your editor 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

                        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.                    

Informações Básicas da Extensão

Nome Filant: Open web components in your editor Filant: Open web components in your editor
ID eilfjabonchhnfknjldhlbedoimgdkfp
URL Oficial https://chromewebstore.google.com/detail/filant-open-web-component/eilfjabonchhnfknjldhlbedoimgdkfp
Descrição Open React.js and other web components in your editor with a single click
Tamanho do Arquivo 71.08 KB
Contagem de Instalações 55
Versão Atual 0.1.1
Última Atualização 2021-06-10
Data de Publicação 2021-05-27
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Victor Navarro
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/pocket-apps/filant
URL da Página de Ajuda https://github.com/pocket-apps/filant/issues
Idiomas Suportados 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"
    }
}