JS Tabby

A Chrome extension to replace your new tabs with a simple javascript codepad and console

Was ist JS Tabby?

JS Tabby ist eine Chrome-Erweiterung, die von Daniel Larkin entwickelt wurde, und ihr Hauptmerkmal ist "A Chrome extension to replace your new tabs with a simple javascript codepad and console".

Erweiterungsscreenshots

screenshot

JS Tabby-Erweiterungs-CRX-Datei herunterladen

Laden Sie JS Tabby-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        JS Tabby is a simple extension to make solving problems with Javascript (supporting ES6) even easier.

JS Tabby replaces your 'New Tab' page with a codepad and console so that you can test and run your code on the fly.

----

Latest updates: 

  * Added support for math.js (https://mathjs.org/)
  * Added support for execution performance timing

----

If you would like to report any bugs, feedback and suggestions please do via the Github repository below.                    

Grundlegende Informationen zur Erweiterung

Name JS Tabby JS Tabby
ID cpjccifichaoameijdofhbommdfgecbh
Offizielle URL https://chromewebstore.google.com/detail/js-tabby/cpjccifichaoameijdofhbommdfgecbh
Beschreibung A Chrome extension to replace your new tabs with a simple javascript codepad and console
Dateigröße 246 KB
Installationsanzahl 115
Aktuelle Version 1.0.7
Letztes Update 2022-08-25
Veröffentlichungsdatum 2019-06-06
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler Daniel Larkin
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/danzlarkin/js-tabby
Hilfeseite URL https://github.com/danzlarkin/js-tabby/issues/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JS Tabby",
    "description": "A Chrome extension to replace your new tabs with a simple javascript codepad and console",
    "author": "Daniel Larkin ",
    "version": "1.0.7",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "sandbox": {
        "pages": [
            "sandbox\/codepad.html"
        ]
    },
    "icons": {
        "128": "assets\/icon.png"
    },
    "offline_enabled": true,
    "manifest_version": 3
}