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…

Hvad er Playwright CRX?

Playwright CRX er en Chrome-udvidelse udviklet af rui.figueira, og dens hovedfunktion er "Playwright 1.40.0 as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Playwright CRX-udvidelses-CRX-fil

Download Playwright CRX-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Playwright CRX Playwright CRX
ID jambeljnbnfbkcpnoiaedcabbgmnnlcd
Officiel URL https://chromewebstore.google.com/detail/playwright-crx/jambeljnbnfbkcpnoiaedcabbgmnnlcd
Beskrivelse Playwright 1.40.0 as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you…
Filstørrelse 4.54 MB
Antal Installationer 2,614
Nuværende Version 0.4.1
Senest Opdateret 2024-03-04
Udgivelsesdato 2023-05-29
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler rui.figueira
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/ruifigueira/playwright-crx
Understøttede Sprog 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"
    ]
}