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…

什麼是Playwright CRX?

Playwright CRX是由rui.figueira開發的Chrome擴展程式,該擴展的主要功能是“Playwright 1.40.0 as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you…”。

擴展截圖

screenshot
screenshot
screenshot

下載Playwright CRX擴展crx文件

下載Playwright CRX擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Playwright CRX Playwright CRX
ID jambeljnbnfbkcpnoiaedcabbgmnnlcd
官方網址 https://chromewebstore.google.com/detail/playwright-crx/jambeljnbnfbkcpnoiaedcabbgmnnlcd
簡介 Playwright 1.40.0 as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you…
檔案大小 4.54 MB
安裝次數 2,614
目前版本 0.4.1
更新時間 2024-03-04
上架時間 2023-05-29
評分 5.00/5 共 6 次評分
開發者 rui.figueira
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/ruifigueira/playwright-crx
支援的語言 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"
    ]
}