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…

Qu'est-ce que Playwright CRX ?

Playwright CRX est une extension Chrome développée par rui.figueira, et sa fonction principale est "Playwright 1.40.0 as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Playwright CRX

Téléchargez les fichiers d'extension Playwright CRX au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Playwright CRX Playwright CRX
ID jambeljnbnfbkcpnoiaedcabbgmnnlcd
URL Officiel https://chromewebstore.google.com/detail/playwright-crx/jambeljnbnfbkcpnoiaedcabbgmnnlcd
Description Playwright 1.40.0 as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you…
Taille du Fichier 4.54 MB
Nombre d'Installations 2,614
Version Actuelle 0.4.1
Dernière Mise à Jour 2024-03-04
Date de Publication 2023-05-29
Évaluation 5.00/5 Total 6 Évaluations
Développeur rui.figueira
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ruifigueira/playwright-crx
Langues Prises en Charge 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"
    ]
}