Javascript Shell

Javascript shell on page.

Qu'est-ce que Javascript Shell ?

Javascript Shell est une extension Chrome développée par icersong, et sa fonction principale est "Javascript shell on page.".

Télécharger le fichier CRX de l'extension Javascript Shell

Téléchargez les fichiers d'extension Javascript Shell au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Greasemonky Shell MOD

Changelog:

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

1.1
第一版MOD发布                    

Informations de Base sur l'Extension

Nom Javascript Shell Javascript Shell
ID fjoppknidjaafceohppjfpdllefkdkhe
URL Officiel https://chrome.google.com/webstore/detail/javascript-shell/fjoppknidjaafceohppjfpdllefkdkhe
Description Javascript shell on page.
Taille du Fichier 11.17 KB
Nombre d'Installations 53
Version Actuelle 1.2
Dernière Mise à Jour 2014-06-22
Date de Publication 2014-06-22
Évaluation 1.00/5 Total 1 Évaluations
Développeur icersong
Type de Paiement free
Langues Prises en Charge 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
}