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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Victor Navarro และคุณลักษณะหลักของมันคือ "Open React.js and other web components in your editor with a single click"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Filant: Open web components in your editor

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}