Javascript Shell

Javascript shell on page.

Javascript Shellとは何ですか?

Javascript Shellはicersongによって開発されたChromeの拡張機能で、その主な機能は「Javascript shell on page.」です。

Javascript Shell拡張機能のCRXファイルをダウンロード

Javascript Shell拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
}