JS Tabby

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

Co je JS Tabby?

JS Tabby je rozšíření Chrome vyvinuté Daniel Larkin, a jeho hlavní funkcí je „A Chrome extension to replace your new tabs with a simple javascript codepad and console“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření JS Tabby

Stáhněte si soubory rozšíření JS Tabby ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název JS Tabby JS Tabby
ID cpjccifichaoameijdofhbommdfgecbh
Oficiální URL https://chromewebstore.google.com/detail/js-tabby/cpjccifichaoameijdofhbommdfgecbh
Popis A Chrome extension to replace your new tabs with a simple javascript codepad and console
Velikost souboru 246 KB
Počet instalací 115
Aktuální Verze 1.0.7
Poslední Aktualizace 2022-08-25
Datum Vydání 2019-06-06
Hodnocení 5.00/5 Celkem 7 Hodnocení
Vývojář Daniel Larkin
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/danzlarkin/js-tabby
URL Stránky Nápovědy https://github.com/danzlarkin/js-tabby/issues/
Podporované Jazyky 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
}