Puppeteer IDE
Develop, test and execute puppeteer scripts from browser's developer tools.
What is Puppeteer IDE?
Puppeteer IDE is a Chrome extension developed by patil.gajananps, and its main feature is "Develop, test and execute puppeteer scripts from browser's developer tools.".
Extension Screenshots
Download Puppeteer IDE Extension CRX File
Download Puppeteer IDE extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
For more information related to usage, privacy, faqs checkout. :- https://github.com/gajananpp/puppeteer-ide-extension
Extension Basic Information
Name | Puppeteer IDE |
ID | ilehdekjacappgghkgmmlbhgbnlkgoid |
Official URL | https://chromewebstore.google.com/detail/puppeteer-ide/ilehdekjacappgghkgmmlbhgbnlkgoid |
Description | Develop, test and execute puppeteer scripts from browser's developer tools. |
File Size | 2.52 MB |
Installation Count | 3,752 |
Current Version | 0.0.0.7 |
Last Updated | 2022-01-25 |
Publish Date | 2021-12-14 |
Rating | 5.00/5 Total 5 Ratings |
Developer | patil.gajananps |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/gajananpp/puppeteer-ide-extension |
Supported Languages | 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": [ " |