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…
Vad är Playwright CRX?
Playwright CRX är en Chrome-tillägg utvecklad av rui.figueira, och dess huvudfunktion är "Playwright 1.40.0 as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you…".
Tilläggsskärmbilder
Ladda ner Playwright CRX-förlängningens CRX-fil
Ladda ner Playwright CRX-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Playwright CRX |
ID | jambeljnbnfbkcpnoiaedcabbgmnnlcd |
Officiell webbadress | https://chromewebstore.google.com/detail/playwright-crx/jambeljnbnfbkcpnoiaedcabbgmnnlcd |
Beskrivning | Playwright 1.40.0 as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you… |
Filstorlek | 4.54 MB |
Antal Installationer | 2,614 |
Aktuell Version | 0.4.1 |
Senast Uppdaterad | 2024-03-04 |
Publiceringsdatum | 2023-05-29 |
Betyg | 5.00/5 Totalt 6 Betyg |
Utvecklare | rui.figueira |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/ruifigueira/playwright-crx |
Stödda Språk | 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" ] } |