Javascript Console Editor

Lets you test Javascript against a web page.

Javascript Console Editor란 무엇입니까?

Javascript Console Editor은(는) ray.noppe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lets you test Javascript against a web page."입니다.

확장 프로그램 스크린샷

screenshot

Javascript Console Editor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Javascript Console Editor Javascript Console Editor
ID ddmppghpeomnafjoenneolpbpfafkpeg
공식 URL https://chromewebstore.google.com/detail/javascript-console-editor/ddmppghpeomnafjoenneolpbpfafkpeg
설명 Lets you test Javascript against a web page.
파일 크기 178 KB
설치 횟수 220
현재 버전 1.0.0.1
최근 업데이트 2022-10-02
출시 날짜 2022-10-01
평점 3.67/5 총 3 개의 평점
개발자 ray.noppe
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    ]
}