Javascript Console Editor
Lets you test Javascript against a web page.
What is Javascript Console Editor?
Javascript Console Editor is a Chrome extension developed by ray.noppe, and its main feature is "Lets you test Javascript against a web page.".
Extension Screenshots
Download Javascript Console Editor Extension CRX File
Download Javascript Console Editor 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
A simple plugin that lets you run javascript against any page. Great for if you are testing functions or need to test selectors for tools like puppeteer, playwright or selenium. Once installed it adds an extra tab to the developer window that opens a code editor where you can type in js and see the result in the console.
Extension Basic Information
Name | Javascript Console Editor |
ID | ddmppghpeomnafjoenneolpbpfafkpeg |
Official URL | https://chromewebstore.google.com/detail/javascript-console-editor/ddmppghpeomnafjoenneolpbpfafkpeg |
Description | Lets you test Javascript against a web page. |
File Size | 178 KB |
Installation Count | 220 |
Current Version | 1.0.0.1 |
Last Updated | 2022-10-02 |
Publish Date | 2022-10-01 |
Rating | 3.67/5 Total 3 Ratings |
Developer | ray.noppe |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Javascript Console Editor", "description": "Lets you test Javascript against a web page.", "version": "1.0.0.1", "manifest_version": 3, "minimum_chrome_version": "88.0", "devtools_page": "devtools.html", "icons": { "16": "js-editor16.png", "32": "js-editor32.png", "48": "js-editor48.png", "128": "js-editor.png" }, "permissions": [ "storage" ] } |