Filant: Open web components in your editor

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

Co je Filant: Open web components in your editor?

Filant: Open web components in your editor je rozšíření Chrome vyvinuté Victor Navarro, a jeho hlavní funkcí je „Open React.js and other web components in your editor with a single click“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Filant: Open web components in your editor

Stáhněte si soubory rozšíření Filant: Open web components in your editor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Filant: Open web components in your editor Filant: Open web components in your editor
ID eilfjabonchhnfknjldhlbedoimgdkfp
Oficiální URL https://chromewebstore.google.com/detail/filant-open-web-component/eilfjabonchhnfknjldhlbedoimgdkfp
Popis Open React.js and other web components in your editor with a single click
Velikost souboru 71.08 KB
Počet instalací 55
Aktuální Verze 0.1.1
Poslední Aktualizace 2021-06-10
Datum Vydání 2021-05-27
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Victor Navarro
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/pocket-apps/filant
URL Stránky Nápovědy https://github.com/pocket-apps/filant/issues
Podporované Jazyky 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"
    }
}