Playwright CRX

Playwright 1.40.0 as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you…

ما هو Playwright CRX؟

Playwright CRX هو إضافة Chrome تم تطويرها بواسطة rui.figueira، والميزة الرئيسية لها هي "Playwright 1.40.0 as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you…".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Playwright CRX

قم بتنزيل ملفات الامتداد Playwright CRX بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Playwright 1.40.0 as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you want to record, by using the context menu or the action button.

It's now possible to play your recorded script, and record assertions.                    

معلومات أساسية عن التمديد

الاسم Playwright CRX Playwright CRX
ID jambeljnbnfbkcpnoiaedcabbgmnnlcd
عنوان URL الرسمي https://chromewebstore.google.com/detail/playwright-crx/jambeljnbnfbkcpnoiaedcabbgmnnlcd
الوصف Playwright 1.40.0 as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you…
حجم الملف 4.54 MB
عدد التثبيتات 2,614
النسخة الحالية 0.4.1
آخر تحديث 2024-03-04
تاريخ النشر 2023-05-29
تقييم 5.00/5 مجموع تقييمات 6
المطور rui.figueira
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/ruifigueira/playwright-crx
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Playwright CRX",
    "version": "0.4.1",
    "manifest_version": 3,
    "icons": {
        "16": "icon-16x16.png",
        "32": "icon-32x32.png",
        "48": "icon-48x48.png",
        "128": "icon-192x192.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "icon-16x16.png",
            "32": "icon-32x32.png"
        },
        "default_title": "Record"
    },
    "permissions": [
        "debugger",
        "tabs",
        "contextMenus"
    ]
}