Javascript Shell

Javascript shell on page.

What is Javascript Shell?

Javascript Shell is a Chrome extension developed by icersong, and its main feature is "Javascript shell on page.".

Download Javascript Shell Extension CRX File

Download Javascript Shell 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

                        Greasemonky Shell MOD

Changelog:

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

1.1
第一版MOD发布                    

Extension Basic Information

Name Javascript Shell Javascript Shell
ID fjoppknidjaafceohppjfpdllefkdkhe
Official URL https://chrome.google.com/webstore/detail/javascript-shell/fjoppknidjaafceohppjfpdllefkdkhe
Description Javascript shell on page.
File Size 11.17 KB
Installation Count 53
Current Version 1.2
Last Updated 2014-06-22
Publish Date 2014-06-22
Rating 1.00/5 Total 1 Ratings
Developer icersong
Payment Type free
Supported Languages 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
}