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…

Was ist Playwright CRX?

Playwright CRX ist eine Chrome-Erweiterung, die von rui.figueira entwickelt wurde, und ihr Hauptmerkmal ist "Playwright 1.40.0 as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Playwright CRX-Erweiterungs-CRX-Datei herunterladen

Laden Sie Playwright CRX-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Playwright CRX Playwright CRX
ID jambeljnbnfbkcpnoiaedcabbgmnnlcd
Offizielle URL https://chromewebstore.google.com/detail/playwright-crx/jambeljnbnfbkcpnoiaedcabbgmnnlcd
Beschreibung Playwright 1.40.0 as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you…
Dateigröße 4.54 MB
Installationsanzahl 2,614
Aktuelle Version 0.4.1
Letztes Update 2024-03-04
Veröffentlichungsdatum 2023-05-29
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler rui.figueira
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/ruifigueira/playwright-crx
Unterstützte Sprachen 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"
    ]
}