Puppeteer IDE
Develop, test and execute puppeteer scripts from browser's developer tools.
Puppeteer IDEとは何ですか?
Puppeteer IDEはpatil.gajananpsによって開発されたChromeの拡張機能で、その主な機能は「Develop, test and execute puppeteer scripts from browser's developer tools.」です。
拡張機能のスクリーンショット
Puppeteer IDE拡張機能のCRXファイルをダウンロード
Puppeteer IDE拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
For more information related to usage, privacy, faqs checkout. :- https://github.com/gajananpp/puppeteer-ide-extension
拡張機能の基本情報
名前 | Puppeteer IDE |
ID | ilehdekjacappgghkgmmlbhgbnlkgoid |
公式URL | https://chromewebstore.google.com/detail/puppeteer-ide/ilehdekjacappgghkgmmlbhgbnlkgoid |
説明 | Develop, test and execute puppeteer scripts from browser's developer tools. |
ファイルサイズ | 2.52 MB |
インストール数 | 3,752 |
現在のバージョン | 0.0.0.7 |
最終更新日 | 2022-01-25 |
公開日 | 2021-12-14 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | patil.gajananps |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/gajananpp/puppeteer-ide-extension |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Puppeteer IDE", "version": "0.0.0.7", "author": "Gajanan Patil", "homepage_url": "https:\/\/github.com\/gajananpp\/puppeteer-ide-extension", "description": "Develop, test and execute puppeteer scripts from browser's developer tools.", "background": { "service_worker": "background.js" }, "sandbox": { "pages": [ "devtools\/sandbox\/sandbox.html" ] }, "permissions": [ "debugger", "storage" ], "host_permissions": [ " |