Filant: Open web components in your editor

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

Filant: Open web components in your editorとは何ですか?

Filant: Open web components in your editorはVictor Navarroによって開発されたChromeの拡張機能で、その主な機能は「Open React.js and other web components in your editor with a single click」です。

拡張機能のスクリーンショット

screenshot
screenshot

Filant: Open web components in your editor拡張機能のCRXファイルをダウンロード

Filant: Open web components in your editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Filant: Open web components in your editor Filant: Open web components in your editor
ID eilfjabonchhnfknjldhlbedoimgdkfp
公式URL https://chromewebstore.google.com/detail/filant-open-web-component/eilfjabonchhnfknjldhlbedoimgdkfp
説明 Open React.js and other web components in your editor with a single click
ファイルサイズ 71.08 KB
インストール数 55
現在のバージョン 0.1.1
最終更新日 2021-06-10
公開日 2021-05-27
評価 5.00/5 合計 3 レビュー
開発者 Victor Navarro
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/pocket-apps/filant
ヘルプページのURL https://github.com/pocket-apps/filant/issues
対応言語 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"
    }
}