Filant: Open web components in your editor

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

Apa itu Filant: Open web components in your editor?

Filant: Open web components in your editor adalah ekstensi Chrome yang dikembangkan oleh Victor Navarro, dan fitur utamanya adalah "Open React.js and other web components in your editor with a single click".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Filant: Open web components in your editor

Unduh file ekstensi Filant: Open web components in your editor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Filant: Open web components in your editor Filant: Open web components in your editor
ID eilfjabonchhnfknjldhlbedoimgdkfp
URL Resmi https://chromewebstore.google.com/detail/filant-open-web-component/eilfjabonchhnfknjldhlbedoimgdkfp
Deskripsi Open React.js and other web components in your editor with a single click
Ukuran File 71.08 KB
Jumlah Instalasi 55
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2021-06-10
Tanggal Publikasi 2021-05-27
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Victor Navarro
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/pocket-apps/filant
URL Halaman Bantuan https://github.com/pocket-apps/filant/issues
Bahasa yang Didukung 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"
    }
}