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 là gì?

Filant: Open web components in your editor là một tiện ích mở rộng Chrome được phát triển bởi Victor Navarro, và tính năng chính của nó là "Open React.js and other web components in your editor with a single click".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Filant: Open web components in your editor

Tải xuống các tệp mở rộng Filant: Open web components in your editor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Filant: Open web components in your editor Filant: Open web components in your editor
ID eilfjabonchhnfknjldhlbedoimgdkfp
URL Chính Thức https://chromewebstore.google.com/detail/filant-open-web-component/eilfjabonchhnfknjldhlbedoimgdkfp
Mô tả Open React.js and other web components in your editor with a single click
Kích Thước Tệp 71.08 KB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2021-06-10
Ngày Phát Hành 2021-05-27
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Victor Navarro
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/pocket-apps/filant
URL Trang Trợ Giúp https://github.com/pocket-apps/filant/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}