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…
Cos'è Playwright CRX?
Playwright CRX è un'estensione di Chrome sviluppata da rui.figueira, e la sua funzione principale è "Playwright 1.40.0 as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Playwright CRX
Scarica i file di estensione Playwright CRX in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Playwright CRX |
ID | jambeljnbnfbkcpnoiaedcabbgmnnlcd |
URL Ufficiale | https://chromewebstore.google.com/detail/playwright-crx/jambeljnbnfbkcpnoiaedcabbgmnnlcd |
Descrizione | Playwright 1.40.0 as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you… |
Dimensione del File | 4.54 MB |
Conteggio Installazioni | 2,614 |
Versione Corrente | 0.4.1 |
Ultimo Aggiornamento | 2024-03-04 |
Data di Pubblicazione | 2023-05-29 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | rui.figueira |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ruifigueira/playwright-crx |
Lingue Supportate | 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" ] } |