JS Runner - CTH

Run JavaScript Code in the Online Sites

Co to jest JS Runner - CTH?

JS Runner - CTH to rozszerzenie Chrome opracowane przez C Tech Hindi, a jego główną funkcją jest „Run JavaScript Code in the Online Sites”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia JS Runner - CTH

Pobierz pliki rozszerzeń JS Runner - CTH w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        # 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.                    

Podstawowe informacje o rozszerzeniu

Nazwa JS Runner - CTH JS Runner - CTH
ID ohfgciebjhocphgcikdnldicgfhdbllj
Oficjalny URL https://chromewebstore.google.com/detail/js-runner-cth/ohfgciebjhocphgcikdnldicgfhdbllj
Opis Run JavaScript Code in the Online Sites
Rozmiar pliku 2.94 MB
Liczba instalacji 124
Aktualna Wersja 0.0.8
Ostatnia Aktualizacja 2021-03-18
Data Publikacji 2020-09-08
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper C Tech Hindi
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://ctechhindi.in/extensions/js-runner/
Adres URL Strony Pomocy https://ctechhindi.in/extensions/js-runner/#support
Adres URL Strony Polityki Prywatności https://ctechhindi.in/privacy
Obsługiwane Języki 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'"
}