Javascript Shell

Javascript shell on page.

Javascript Shell란 무엇입니까?

Javascript Shell은(는) icersong에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Javascript shell on page."입니다.

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

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

확장 프로그램 사용 설명서

                        Greasemonky Shell MOD

Changelog:

1.2
修正 执行后输出窗口无输出内容问题
改进 移动窗口及关闭窗口按钮位置

1.1
第一版MOD发布                    

확장 프로그램 기본 정보

이름 Javascript Shell Javascript Shell
ID fjoppknidjaafceohppjfpdllefkdkhe
공식 URL https://chrome.google.com/webstore/detail/javascript-shell/fjoppknidjaafceohppjfpdllefkdkhe
설명 Javascript shell on page.
파일 크기 11.17 KB
설치 횟수 53
현재 버전 1.2
최근 업데이트 2014-06-22
출시 날짜 2014-06-22
평점 1.00/5 총 1 개의 평점
개발자 icersong
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Javascript Shell",
    "description": "Javascript shell on page.",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js",
            "javascript-shell.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Javascript Shell",
        "default_icon": "print_16x16.png"
    },
    "manifest_version": 2
}