JS Runner - CTH

Run JavaScript Code in the Online Sites

Cos'è JS Runner - CTH?

JS Runner - CTH è un'estensione di Chrome sviluppata da C Tech Hindi, e la sua funzione principale è "Run JavaScript Code in the Online Sites".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione JS Runner - CTH

Scarica i file di estensione JS Runner - CTH in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        # JS Runner - CTH
    Run JavaScript Code in the Online Sites

# Features
   * Run Custom JavaScript in Sites
   *  Microsoft VS Editor

# Editor Shortcut Key 
   * Save Data `Ctrl + S`
   * Full Screen `F11`
   * Change Tab Size
   * Change Font Size

# Copyright and License copyright

Code copyright 2020 ctechhindi. Code released under the MIT license.                    

Informazioni di Base sull'Estensione

Nome JS Runner - CTH JS Runner - CTH
ID ohfgciebjhocphgcikdnldicgfhdbllj
URL Ufficiale https://chromewebstore.google.com/detail/js-runner-cth/ohfgciebjhocphgcikdnldicgfhdbllj
Descrizione Run JavaScript Code in the Online Sites
Dimensione del File 2.94 MB
Conteggio Installazioni 124
Versione Corrente 0.0.8
Ultimo Aggiornamento 2021-03-18
Data di Pubblicazione 2020-09-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore C Tech Hindi
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ctechhindi.in/extensions/js-runner/
URL della Pagina di Aiuto https://ctechhindi.in/extensions/js-runner/#support
URL della Pagina della Politica sulla Privacy https://ctechhindi.in/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.8",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        ""
    ],
    "icons": {
        "128": "icons\/128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_appName__",
        "default_icon": {
            "16": "icons\/16x16.png",
            "24": "icons\/24x24.png",
            "32": "icons\/32x32.png"
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}