JS Tabby

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

Wat is JS Tabby?

JS Tabby is een Chrome-extensie ontwikkeld door Daniel Larkin, en de belangrijkste functie is "A Chrome extension to replace your new tabs with a simple javascript codepad and console".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie JS Tabby

Download JS Tabby-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam JS Tabby JS Tabby
ID cpjccifichaoameijdofhbommdfgecbh
Officiële URL https://chromewebstore.google.com/detail/js-tabby/cpjccifichaoameijdofhbommdfgecbh
Beschrijving A Chrome extension to replace your new tabs with a simple javascript codepad and console
Bestandsgrootte 246 KB
Aantal Installaties 115
Huidige Versie 1.0.7
Laatst Bijgewerkt 2022-08-25
Publicatiedatum 2019-06-06
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar Daniel Larkin
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/danzlarkin/js-tabby
Help Pagina-URL https://github.com/danzlarkin/js-tabby/issues/
Ondersteunde Talen 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
}