Javascript Console Editor

Lets you test Javascript against a web page.

Javascript Console Editor là gì?

Javascript Console Editor là một tiện ích mở rộng Chrome được phát triển bởi ray.noppe, và tính năng chính của nó là "Lets you test Javascript against a web page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Javascript Console Editor

Tải xuống các tệp mở rộng Javascript Console Editor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Javascript Console Editor Javascript Console Editor
ID ddmppghpeomnafjoenneolpbpfafkpeg
URL Chính Thức https://chromewebstore.google.com/detail/javascript-console-editor/ddmppghpeomnafjoenneolpbpfafkpeg
Mô tả Lets you test Javascript against a web page.
Kích Thước Tệp 178 KB
Số Lần Cài Đặt 220
Phiên Bản Hiện Tại 1.0.0.1
Cập Nhật Lần Cuối 2022-10-02
Ngày Phát Hành 2022-10-01
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển ray.noppe
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}