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…

Wat is Playwright CRX?

Playwright CRX is een Chrome-extensie ontwikkeld door rui.figueira, en de belangrijkste functie is "Playwright 1.40.0 as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you…".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Playwright CRX

Download Playwright CRX-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Playwright CRX Playwright CRX
ID jambeljnbnfbkcpnoiaedcabbgmnnlcd
Officiële URL https://chromewebstore.google.com/detail/playwright-crx/jambeljnbnfbkcpnoiaedcabbgmnnlcd
Beschrijving Playwright 1.40.0 as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you…
Bestandsgrootte 4.54 MB
Aantal Installaties 2,614
Huidige Versie 0.4.1
Laatst Bijgewerkt 2024-03-04
Publicatiedatum 2023-05-29
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar rui.figueira
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ruifigueira/playwright-crx
Ondersteunde Talen 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"
    ]
}