JS Tabby

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

Qu'est-ce que JS Tabby ?

JS Tabby est une extension Chrome développée par Daniel Larkin, et sa fonction principale est "A Chrome extension to replace your new tabs with a simple javascript codepad and console".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension JS Tabby

Téléchargez les fichiers d'extension JS Tabby 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

                        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.                    

Informations de Base sur l'Extension

Nom JS Tabby JS Tabby
ID cpjccifichaoameijdofhbommdfgecbh
URL Officiel https://chromewebstore.google.com/detail/js-tabby/cpjccifichaoameijdofhbommdfgecbh
Description A Chrome extension to replace your new tabs with a simple javascript codepad and console
Taille du Fichier 246 KB
Nombre d'Installations 115
Version Actuelle 1.0.7
Dernière Mise à Jour 2022-08-25
Date de Publication 2019-06-06
Évaluation 5.00/5 Total 7 Évaluations
Développeur Daniel Larkin
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/danzlarkin/js-tabby
URL de la Page d'Aide https://github.com/danzlarkin/js-tabby/issues/
Langues Prises en Charge 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
}