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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}