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…
Co to jest Playwright CRX?
Playwright CRX to rozszerzenie Chrome opracowane przez rui.figueira, a jego główną funkcją jest „Playwright 1.40.0 as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Playwright CRX
Pobierz pliki rozszerzeń Playwright CRX w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Playwright CRX |
ID | jambeljnbnfbkcpnoiaedcabbgmnnlcd |
Oficjalny URL | https://chromewebstore.google.com/detail/playwright-crx/jambeljnbnfbkcpnoiaedcabbgmnnlcd |
Opis | Playwright 1.40.0 as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you… |
Rozmiar pliku | 4.54 MB |
Liczba instalacji | 2,614 |
Aktualna Wersja | 0.4.1 |
Ostatnia Aktualizacja | 2024-03-04 |
Data Publikacji | 2023-05-29 |
Ocena | 5.00/5 Łącznie 6 Oceny |
Deweloper | rui.figueira |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/ruifigueira/playwright-crx |
Obsługiwane Języki | 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" ] } |