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…
O que é Playwright CRX?
Playwright CRX é uma extensão do Chrome desenvolvida por rui.figueira, e sua principal característica é "Playwright 1.40.0 as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Playwright CRX
Baixe arquivos de extensão Playwright CRX no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Playwright CRX |
ID | jambeljnbnfbkcpnoiaedcabbgmnnlcd |
URL Oficial | https://chromewebstore.google.com/detail/playwright-crx/jambeljnbnfbkcpnoiaedcabbgmnnlcd |
Descrição | Playwright 1.40.0 as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you… |
Tamanho do Arquivo | 4.54 MB |
Contagem de Instalações | 2,614 |
Versão Atual | 0.4.1 |
Última Atualização | 2024-03-04 |
Data de Publicação | 2023-05-29 |
Classificação | 5.00/5 Total de 6 Avaliações |
Desenvolvedor | rui.figueira |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/ruifigueira/playwright-crx |
Idiomas Suportados | 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" ] } |